Skip to content

Commit f1ec293

Browse files
Update comment
Co-authored-by: Lovisa Berggren <[email protected]>
1 parent 65b20d2 commit f1ec293

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/spectral/ipa/rulesets/functions/utils/operationIdGeneration.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { isPathParam, removePrefix, isSingleResourceIdentifier } from './resourc
44
const CAMEL_CASE = /[A-Z]?[a-z]+/g;
55
const CAMEL_CASE_WITH_ABBREVIATIONS = /[A-Z]+(?![a-z])|[A-Z]*[a-z]+/g;
66

7-
// List of capitalized nouns that should not be pluralized in any case.
7+
// List of capitalized nouns that should not be singularized in any case.
88
const IGNORE_LIST = ['Fts'];
99

1010
/**

0 commit comments

Comments
 (0)