Skip to content

Commit 2795c3e

Browse files
committed
docs: forgot to document a backtick
1 parent 1740bed commit 2795c3e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/styles/Apify/Capitalization.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ tokens:
1010
# Also no . followed by a word character (avoids 'actors.md')
1111
- '(?<![\/\-#\w])actors(?![\/\}])(?!\.\w)'
1212

13-
# Before the word there should be no: /, -, #, ., word character
13+
# Before the word there should be no: /, -, #, ., `, word character
1414
# (avoids anchors, URLs, identifiers, code, and words like 'factors')
1515
#
1616
# After the word there should be no: /, }, -, word character (avoids paths or URLs)
1717
# Also no " =" (avoids code like "actor = ...")
1818
# Also no . followed by a word character (avoids 'actor.md' or 'actor.update()')
19-
- '(?<![\/\-#\.\w`])actor(?![\/\}\-\w])(?! =)(?!\.\w)'
19+
- '(?<![\/\-#\.`\w])actor(?![\/\}\-\w])(?! =)(?!\.\w)'
2020
nonword: false

0 commit comments

Comments
 (0)