Skip to content

Commit e3136ab

Browse files
charpeniptomato
authored andcommitted
Fix typos in README.md
1 parent 91a5feb commit e3136ab

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
@@ -15,7 +15,7 @@ This polyfill is compatible with Node.js 14 or later.
1515

1616
Until recently, this polyfill lagged behind the proposal repo (and its not-for-production-use polyfill).
1717
It's now caught up with the last few years of changes to the Temporal proposal, including many removed APIs and other breaking changes.
18-
While breaking changes to any TC39 proposal are always possible before [Stage 4](https://tc39.es/process-document/), Temporal is close to adoption and no signifncant changes are expected in the future.
18+
While breaking changes to any TC39 proposal are always possible before [Stage 4](https://tc39.es/process-document/), Temporal is close to adoption and no significant changes are expected in the future.
1919

2020
The [changelog](./CHANGELOG.md#050) details what's changed, including tips for migrating existing code to the latest version.
2121

@@ -35,7 +35,7 @@ The [changelog](./CHANGELOG.md#050) details what's changed, including tips for m
3535

3636
## Bug Reports and Feedback
3737

38-
If you think you've found a bug in the Temporal API itself (not the implementation in this polyfill), please file an issue in the [tc39/proposal-temporal issue tracker](https://github.com/tc39/proposal-temporal/issues) issue tracker.
38+
If you think you've found a bug in the Temporal API itself (not the implementation in this polyfill), please file an issue in the [tc39/proposal-temporal issue tracker](https://github.com/tc39/proposal-temporal/issues).
3939

4040
If you've found a bug in this polyfill—meaning that the implementation here doesn't match the [Temporal spec](https://tc39.es/proposal-temporal/)—please file an issue in this repo's [issue tracker](https://github.com/js-temporal/temporal-polyfill/issues).
4141

0 commit comments

Comments
 (0)