Skip to content

Commit 37ac443

Browse files
ilmaltedgp1130
authored andcommitted
docs(@angular-devkit/core): typo in string.ts doc
Typo in underscore function code documentation. (cherry picked from commit b20f34e)
1 parent 7d6294c commit 37ac443

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/angular_devkit/core/src/utils/strings.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ export function classify(str: string): string {
9393
}
9494

9595
/**
96-
More general than decamelize. Returns the lower\_case\_and\_underscored
96+
More general than decamelize. Returns the lower_case_and_underscored
9797
form of a string.
9898
9999
```javascript

0 commit comments

Comments
 (0)