You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ This polyfill is compatible with Node.js 14 or later.
15
15
16
16
Until recently, this polyfill lagged behind the proposal repo (and its not-for-production-use polyfill).
17
17
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.
19
19
20
20
The [changelog](./CHANGELOG.md#050) details what's changed, including tips for migrating existing code to the latest version.
21
21
@@ -35,7 +35,7 @@ The [changelog](./CHANGELOG.md#050) details what's changed, including tips for m
35
35
36
36
## Bug Reports and Feedback
37
37
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).
39
39
40
40
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).
0 commit comments