Update deferredFileOperations.md

Added missing word, fixed pluralisation
pull/299/head
CorwinNewall 2019-01-25 15:15:42 +13:00 committed by GitHub
parent a6e291d61b
commit c9c5d6983d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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 `<download>` element in the configuration file also provides an useful building block for a self updating services.
The `<download>` element in the configuration file also provides an useful building block for a self updating service.