diff --git a/.circleci/config.yml b/.circleci/config.yml index 85e838eb92b..0ed990033b6 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -793,7 +793,7 @@ jobs: - run: # Important: all words have to be in lowercase, and separated by "\n". name: exclude known exceptions - command: 'echo -e "unknwon\nreferer\nerrorstring\neror" > words_to_ignore.txt' + command: 'echo -e "unknwon\nreferer\nerrorstring\neror\niam" > words_to_ignore.txt' - run: name: check documentation spelling errors command: "codespell -I ./words_to_ignore.txt docs/"