Skip to content

Commit 0eac52b

Browse files
committed
Fix typos in README.
1 parent 4158309 commit 0eac52b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ This plugin is a best effort to be compatible with Babel 5's transpiler output,
2525
are a few things that were difficult to reproduce, and a few things that were simply incorrect
2626
in Babel 5 with respect to the decorators proposal.
2727

28-
Two main things to mention as differences, though not what I'd actually see as problems:
28+
Two main things to mention as differences, though not things you are likely to encounter:
2929

3030
1. Decorators expressions are evaluated top to bottom, and executed bottom to top. e.g.
3131

@@ -60,7 +60,7 @@ Two main things to mention as differences, though not what I'd actually see as p
6060
executed 1
6161
```
6262
63-
which is what the spec dictates as the currect behavior and was incorrect in Babel 5.
63+
which is what the spec dictates as the correct behavior and was incorrect in Babel 5.
6464
6565
2. Static class property initializers are evaluated once up front.
6666

0 commit comments

Comments
 (0)