File tree 3 files changed +11
-0
lines changed
3 files changed +11
-0
lines changed Original file line number Diff line number Diff line change
1
+ extends : substitution
2
+ message : " Use '%s' instead of '%s'. Note the correct capitalization."
3
+ ignorecase : false
4
+ level : error
5
+ action :
6
+ name : replace
7
+ swap :
8
+ ' Retrieval-Augmented Generation ' : retrieval-augmented generation
Original file line number Diff line number Diff line change @@ -76,6 +76,8 @@ This sentence tests splling.
76
76
77
77
This sentence tests substitution error by using the word indices.
78
78
79
+ This sentence tests substitution case-sensitive error by using the word Retrieval-Augmented Generation.
80
+
79
81
This sentence tests substitution suggestion due to its nature.
80
82
81
83
This Table | tests capitalization
Original file line number Diff line number Diff line change @@ -61,6 +61,7 @@ OpenSearch.SpacingSlash = YES
61
61
OpenSearch.SpacingWords = YES
62
62
OpenSearch.Spelling = YES
63
63
OpenSearch.StackedHeadings = YES
64
+ OpenSearch.SubstitutionsErrorCaseSensitive = YES
64
65
OpenSearch.SubstitutionsError = YES
65
66
OpenSearch.SubstitutionsSuggestion = YES
66
67
OpenSearch.TableHeadings = YES
You can’t perform that action at this time.
0 commit comments