Skip to content

Commit a969a02

Browse files
committed
Fix typos
1 parent f900043 commit a969a02

6 files changed

+6
-6
lines changed

features/accessor-methods.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ spec: https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-object.prot
44
discouraged:
55
according_to:
66
- https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#sec-additional-ecmascript-features-for-web-browsers
7-
# No `alternatives` becuase it would be `alternatives:
7+
# No `alternatives` because it would be `alternatives:
88
# [object-object, functions]`. In the future it'd be nice to have an
99
# internal reference to the object defineProperty method and the function
1010
# get/set syntax.

features/date-get-year-set-year.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ group: javascript
55
discouraged:
66
according_to:
77
- https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#sec-additional-ecmascript-features-for-web-browsers
8-
# No `alternatives` becuase it would be `alternatives: [date]`. In the future
8+
# No `alternatives` because it would be `alternatives: [date]`. In the future
99
# it'd be nice to have an internal reference to getFullYear() and
1010
# setFullYear() instead.
1111
compat_features:

features/date-to-gmt-string.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ spec: https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-b
44
discouraged:
55
according_to:
66
- https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#sec-additional-ecmascript-features-for-web-browsers
7-
# No `alternatives` becuase it would be `alternatives: [date]`. In the future
7+
# No `alternatives` because it would be `alternatives: [date]`. In the future
88
# it'd be nice to have an internal reference to the `toUTCString()` method
99
# instead.
1010
compat_features:

features/escape-unescape.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ group: javascript
55
discouraged:
66
according_to:
77
- https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#sec-additional-ecmascript-features-for-web-browsers
8-
# No `alternatives` becuase it would be `alternatives: [javascript]`. In the
8+
# No `alternatives` because it would be `alternatives: [javascript]`. In the
99
# future it'd be nice to have an internal reference to encodeURI(),
1010
# decodeURI(), encodeURIComponent(), and decodeURIComponent() instead.
1111
compat_features:

features/proto.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ spec: https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-object.prot
44
discouraged:
55
according_to:
66
- https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#sec-additional-ecmascript-features-for-web-browsers
7-
# No `alternatives` becuase it would be `alternatives: [object]`. In the
7+
# No `alternatives` because it would be `alternatives: [object]`. In the
88
# future it'd be nice to have an internal reference to `getPrototypeOf()` and
99
# `setPrototypeOf()` instead.
1010
compat_features:

features/regexp-compile.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ spec: https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-b
44
discouraged:
55
according_to:
66
- https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#sec-additional-ecmascript-features-for-web-browsers
7-
# No `alternatives` becuase it would be `alternatives: [regexp]`. In the
7+
# No `alternatives` because it would be `alternatives: [regexp]`. In the
88
# future it'd be nice to have an internal reference to the RegExp()
99
# constructor instead.
1010
compat_features:

0 commit comments

Comments
 (0)