Skip to content

Commit ff67d21

Browse files
authored
Merge pull request #404 from apify/fix-typos
further lay off the enums
2 parents f050979 + 7fe1d29 commit ff67d21

File tree

1 file changed

+2
-2
lines changed
  • content/academy/switching_to_typescript

1 file changed

+2
-2
lines changed

content/academy/switching_to_typescript/enums.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
---
22
title: Enums
3-
description: Learn how to easily define, use, and manage constant values using this epic feature called "enums" that TypeScript brings to the table.
3+
description: Learn how to easily define, use, and manage constant values using a cool feature called "enums" that TypeScript brings to the table.
44
menuWeight: 7.4
55
paths:
66
- switching-to-typescript/enums
77
---
88

99
# [](#enums) Enums!
1010

11-
Enums are an awesome feature offered by TypeScript that can be used to create automatically enumerated global constant identifiers that can also be used as custom types. We've dedicated an entire lesson to enums because they're a new feature brought into JavaScript by TypeScript, and because they can be massively useful in certain projects.
11+
Enums are a nice feature offered by TypeScript that can be used to create automatically enumerated global constant identifiers that can also be used as custom types. We've dedicated an entire lesson to enums because they're a new feature brought into JavaScript by TypeScript, and because they can be quite useful in certain projects.
1212

1313
## [](#lets-talk-about-constants) Let's talk about constants
1414

0 commit comments

Comments
 (0)