Commit 0d34dfc7 by Ryan McKinley Committed by GitHub

Chore: fix codespell issue with build (#17144)

parent 35f227de
...@@ -69,7 +69,7 @@ jobs: ...@@ -69,7 +69,7 @@ jobs:
- run: - run:
name: cache server tests name: cache server tests
command: './scripts/circle-test-cache-servers.sh' command: './scripts/circle-test-cache-servers.sh'
end-to-end-test: end-to-end-test:
docker: docker:
- image: circleci/node:8-browsers - image: circleci/node:8-browsers
...@@ -103,7 +103,7 @@ jobs: ...@@ -103,7 +103,7 @@ jobs:
- run: - run:
# Important: all words have to be in lowercase, and separated by "\n". # Important: all words have to be in lowercase, and separated by "\n".
name: exclude known exceptions name: exclude known exceptions
command: 'echo -e "unknwon" > words_to_ignore.txt' command: 'echo -e "unknwon\nreferer\nerrorstring" > words_to_ignore.txt'
- run: - run:
name: check documentation spelling errors name: check documentation spelling errors
command: 'codespell -I ./words_to_ignore.txt docs/' command: 'codespell -I ./words_to_ignore.txt docs/'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment