Skip to content

Commit 46908b1

Browse files
1 parent 37146f7 commit 46908b1

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
@@ -1,7 +1,7 @@
11
const inflection = require('inflection');
22
import { isPathParam, removePrefix, isSingleResourceIdentifier } from './resourceEvaluation.js';
33

4-
const CAMEL_CASE = /[A-Z]*[a-z]+|[A-Z]+(?![a-z])/g;
4+
const CAMEL_CASE = /[A-Z]?[a-z]+/g;
55
const CAMEL_CASE_WITH_ABBREVIATIONS = /[A-Z]+(?![a-z])|[A-Z]*[a-z]+/g;
66

77
/**

0 commit comments

Comments
 (0)