Skip to content

Commit 425e292

Browse files
committed
readme: correct capitalizedNativeCase description
1 parent 5c83490 commit 425e292

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,7 @@ Reports invalid types for bunch of tags
374374

375375
In `strictNativeCase` mode ensures that case of natives is the same as in this list: `boolean`, `number`, `string`, `null`, `Object`, `Array`, `Date`, `RegExp`.
376376

377-
In `capitalizedNativeCase` mode ensures that all types are uppercased except function closure format: `{function(...)}`
377+
In `capitalizedNativeCase` mode ensures that first letter in all native types and primitives is uppercased except the case with `function` in google closure format: `{function(...)}`
378378

379379
Type: `Boolean` or `String`
380380

0 commit comments

Comments
 (0)