From b72c140247815d67d4aa0dae41a6b78b56648077 Mon Sep 17 00:00:00 2001 From: Sylvain Pace Date: Mon, 3 Sep 2018 18:02:34 +0200 Subject: [PATCH] https://github.com/algolia/docsearch/commit/4fca279b9a66370c3268cd69af9b541e61e480dc --- docs/.textlintrc.js | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/.textlintrc.js b/docs/.textlintrc.js index 0c64606c..bd126309 100644 --- a/docs/.textlintrc.js +++ b/docs/.textlintrc.js @@ -8,7 +8,9 @@ module.exports = { 'en-capitalization': true, 'stop-words': { exclude: [ - 'relative to', // We need to talk about links "relative to the root" + 'relative to', // We need to talk about links "relative to the root", + 'pick out', // Needed word, not to clumsy + 'encounter' // Needed word, not to clumsy ], }, terminology: { @@ -20,4 +22,4 @@ module.exports = { severity: 'warning', }, }, -}; +}; \ No newline at end of file