Skip to content

Commit 2a3c816

Browse files
committed
further revisions
1 parent c61db4e commit 2a3c816

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/styles/Apify/Apify.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ message: "Use '%s' instead of '%s'."
33
ignorecase: false
44
level: warning
55
swap:
6-
# Brand consistency
6+
# Naming consistency
77
Apify Dashboard: Apify Console
88
apify freelancers: Apify freelancers
99
Apify Platform: Apify platform

.github/styles/Apify/Capitalization.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@ ignorecase: false
44
level: error
55
scope: text
66
tokens:
7-
# Apify Actors (the product) - avoid matching in URLs, code, or other contexts
7+
# Apify Actors - avoid matching in URLs, code, or other contexts
88
- '(?<![\/\-#\w])actors(?![\/\}])(?!\.\w)'
99

10-
# Apify Actor (the product) - avoid matching in URLs, code, or other contexts
10+
# Apify Actor - avoid matching in URLs, code, or other contexts
1111
- '(?<![\/\-#\.`\w])actor(?![\/\}\-\w])(?! =)(?!\.\w)'
1212

13-
# Apify Console (the product)
13+
# Apify Console
1414
- '(?<![\/\-#\.`\w])console(?![\/\}\-\w])(?! =)(?!\.\w)'
1515

16-
# Apify Proxy (the product)
16+
# Apify Proxy
1717
- '(?<![\/\-#\.`\w])proxy(?![\/\}\-\w])(?! =)(?!\.\w)'
1818
nonword: false

0 commit comments

Comments
 (0)