Browse code

Merge pull request #25376 from sfsmithcha/fix_typo

add missing period
(cherry picked from commit f7d48d74a3dd44171d5e9dbcf33ba6de40baa08a)

Brian Goff authored on 2016/08/04 02:31:36
Showing 1 changed files
... ...
@@ -36,7 +36,7 @@ Use your favorite editor to enable the `live-restore` option in the
36 36
 
37 37
 You have to send a `SIGHUP` signal to the daemon process for it to reload the
38 38
 configuration. For more information on how to configure the Docker daemon using
39
-config.json, see [daemon configuration file](../reference/commandline/dockerd.md#daemon-configuration-file)
39
+config.json, see [daemon configuration file](../reference/commandline/dockerd.md#daemon-configuration-file).
40 40
 
41 41
 * When you start the Docker daemon, pass the `--live-restore` flag:
42 42