Skip to content

Commit 0a17340

Browse files
authored
docs: fix minor typo (#2439)
1 parent 00f5783 commit 0a17340

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
@@ -974,7 +974,7 @@ FruitEnum.parse("Cantaloupe"); // fails
974974

975975
**Const enums**
976976

977-
The `.nativeEnum()` function works for `as const` objects as well. ⚠️ `as const` required TypeScript 3.4+!
977+
The `.nativeEnum()` function works for `as const` objects as well. ⚠️ `as const` requires TypeScript 3.4+!
978978

979979
```ts
980980
const Fruits = {

0 commit comments

Comments
 (0)