From c9c5d6983da0d807c24aa8e295a3f2dab929ea6d Mon Sep 17 00:00:00 2001 From: CorwinNewall <25069619+CorwinNewall@users.noreply.github.com> Date: Fri, 25 Jan 2019 15:15:42 +1300 Subject: [PATCH] Update deferredFileOperations.md Added missing word, fixed pluralisation --- doc/deferredFileOperations.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/deferredFileOperations.md b/doc/deferredFileOperations.md index a876100..b158d0b 100644 --- a/doc/deferredFileOperations.md +++ b/doc/deferredFileOperations.md @@ -2,7 +2,7 @@ Deferred file operations ==== To support self updating services, winsw offers a mechanism to perform file operations before the process you specified in the configuration file gets launched. -This is often necessary because Windows prevents files from overwritten while it's in use. +This is often necessary because Windows prevents a file from being overwritten while it's in use. To perform file operations, write a text file (in the UTF-8 encoding) at `myapp.copies` (that is, it's in the same directory as `myapp.xml` and `myapp.exe` but with a different file extension), @@ -17,4 +17,4 @@ Kohsuke has failed to find any authoritative source of information about this, b This behavior can be used to update `winsw.exe` itself. Also see `WINSW_EXECUTABLE` environment variable. -The `` element in the configuration file also provides an useful building block for a self updating services. \ No newline at end of file +The `` element in the configuration file also provides an useful building block for a self updating service.