File tree 2 files changed +6
-3
lines changed
2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 1
1
ad-hoc
2
2
addon
3
+ addons
3
4
auto-configure
4
5
auto-generated
5
6
auto-install
Original file line number Diff line number Diff line change @@ -8,16 +8,18 @@ action:
8
8
name : replace
9
9
# swap maps tokens in the form "bad: good"
10
10
swap :
11
- " (?<!.-)addon " : add-on
11
+ ' (?<!.-)addon\b ' : add-on
12
+ " (?<!.-)addons " : add-ons
12
13
" broad cast|broad-cast " : broadcast
13
- " call out|call-out " : callout
14
+ ' call out\b|call-out\b ' : callout
15
+ " call outs|call-outs " : callouts
14
16
" comma delimited|commadelimited " : comma-delimited
15
17
" command driven|commanddriven " : command-driven
16
18
" meta-data|meta data " : metadata
17
19
" open-source|OpenSource|opensource " : open source
18
20
" over-ride|over ride " : override
19
21
" plug-ins|plug ins " : plugins
20
- " plug-in|plug in " : plugin
22
+ ' plug-in\b |plug in\b ' : plugin
21
23
" super-user|super user " : superuser
22
24
" timeframe|time-frame " : time frame
23
25
" up-grade|up grade " : upgrade
You can’t perform that action at this time.
0 commit comments