소스 검색

Fix a spelling mistake in the docs.

Signed-off-by: Chris Gavin <chris@chrisgavin.me>
(cherry picked from commit 35c82f422d5db64baec6739490900f7f8fa7d7fd)
Signed-off-by: Victor Vieux <victorvieux@gmail.com>
Chris Gavin 8 년 전
부모
커밋
1b195847f4
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      docs/reference/commandline/logs.md
  2. 1 1
      docs/reference/commandline/service_logs.md

+ 1 - 1
docs/reference/commandline/logs.md

@@ -34,7 +34,7 @@ The `docker logs` command batch-retrieves logs present at the time of execution.
 > **Note**: this command is only functional for containers that are started with
 > **Note**: this command is only functional for containers that are started with
 > the `json-file` or `journald` logging driver.
 > the `json-file` or `journald` logging driver.
 
 
-For more information about selecting and configuring login-drivers, refer to
+For more information about selecting and configuring logging drivers, refer to
 [Configure logging drivers](https://docs.docker.com/engine/admin/logging/overview/).
 [Configure logging drivers](https://docs.docker.com/engine/admin/logging/overview/).
 
 
 The `docker logs --follow` command will continue streaming the new output from
 The `docker logs --follow` command will continue streaming the new output from

+ 1 - 1
docs/reference/commandline/service_logs.md

@@ -35,7 +35,7 @@ The `docker service logs` command batch-retrieves logs present at the time of ex
 > **Note**: this command is only functional for services that are started with
 > **Note**: this command is only functional for services that are started with
 > the `json-file` or `journald` logging driver.
 > the `json-file` or `journald` logging driver.
 
 
-For more information about selecting and configuring login-drivers, refer to
+For more information about selecting and configuring logging drivers, refer to
 [Configure logging drivers](https://docs.docker.com/engine/admin/logging/overview/).
 [Configure logging drivers](https://docs.docker.com/engine/admin/logging/overview/).
 
 
 The `docker service logs --follow` command will continue streaming the new output from
 The `docker service logs --follow` command will continue streaming the new output from