Skip to content

Commit b20f34e

Browse files
ilmaltedgp1130
authored andcommitted
docs(@angular-devkit/core): typo in string.ts doc
Typo in underscore function code documentation.
1 parent 52be302 commit b20f34e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
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)