Docs: add a few more stop-words

This commit is contained in:
Lovell Fuller 2024-04-11 10:31:38 +01:00
parent a715c73fc2
commit 52b9dc0f63
2 changed files with 6 additions and 1 deletions

File diff suppressed because one or more lines are too long

View File

@ -30,6 +30,7 @@ module.exports = [
'current', 'current',
'date', 'date',
'default', 'default',
'deprecated',
'does', 'does',
'each', 'each',
'either', 'either',
@ -46,6 +47,7 @@ module.exports = [
'given', 'given',
'has', 'has',
'have', 'have',
'helps',
'how', 'how',
'image', 'image',
'implies', 'implies',
@ -58,6 +60,7 @@ module.exports = [
'lots', 'lots',
'make', 'make',
'may', 'may',
'meaning',
'more', 'more',
'most', 'most',
'much', 'much',
@ -79,6 +82,7 @@ module.exports = [
'pre', 'pre',
'previously', 'previously',
'produce', 'produce',
'proper',
'provide', 'provide',
'provided', 'provided',
'ready', 'ready',
@ -116,6 +120,7 @@ module.exports = [
'unless', 'unless',
'unmaintained', 'unmaintained',
'unsuitable', 'unsuitable',
'unsupported',
'until', 'until',
'use', 'use',
'used', 'used',