소스 검색

Merge pull request #15346 from Microsoft/minortypo

Minor typo in test-and-docs.md
Sebastiaan van Stijn 10 년 전
부모
커밋
565535073f
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      docs/project/test-and-docs.md

+ 1 - 1
docs/project/test-and-docs.md

@@ -192,7 +192,7 @@ run a Bash terminal on Windows.
 4. Set `DOCKER_TEST_HOST` to the `tcp://IP_ADDRESS:2376` value; substitute your
 4. Set `DOCKER_TEST_HOST` to the `tcp://IP_ADDRESS:2376` value; substitute your
 Linux machines actual IP address. For example:
 Linux machines actual IP address. For example:
 
 
-		$ export DOCKER_TEST_HOST=tcp://263.124.23.200:2376
+		$ export DOCKER_TEST_HOST=tcp://213.124.23.200:2376
 
 
 5. Make the binary and run the tests:
 5. Make the binary and run the tests: