README.md in service_skeleton-0.0.0.41.g9507cda vs README.md in service_skeleton-0.0.0.43.g678698a
- old
+ new
@@ -531,10 +531,10 @@
will be emitted by the logger.
* **`SIGHUP`** -- close and reopen the log file, if logging to a file on disk.
Because of the `ServiceSkeleton`'s default log rotation policy, this shouldn't
ordinarily be required, but if you've turned off the default log rotation,
- you may need tis.
+ you may need this.
* **`SIGQUIT`** -- dump a *whooooooole* lot of debugging information to
standard error, including memory allocation summaries and stack traces of all
running threads. If you've ever sent `SIGQUIT` a Java program, or
`SIGABRT` to a golang program, you know how handy this can be in certain