Browse Source

Merge pull request #25376 from sfsmithcha/fix_typo

add missing period
Brian Goff 9 years ago
parent
commit
f7d48d74a3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/admin/live-restore.md

+ 1 - 1
docs/admin/live-restore.md

@@ -36,7 +36,7 @@ Use your favorite editor to enable the `live-restore` option in the
 
 
 You have to send a `SIGHUP` signal to the daemon process for it to reload the
 You have to send a `SIGHUP` signal to the daemon process for it to reload the
 configuration. For more information on how to configure the Docker daemon using
 configuration. For more information on how to configure the Docker daemon using
-config.json, see [daemon configuration file](../reference/commandline/dockerd.md#daemon-configuration-file)
+config.json, see [daemon configuration file](../reference/commandline/dockerd.md#daemon-configuration-file).
 
 
 * When you start the Docker daemon, pass the `--live-restore` flag:
 * When you start the Docker daemon, pass the `--live-restore` flag: