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
Docs: Fix minor formatting/grammar errors (#12371)
* Docs: Fix link to code conventions
* Docs: Fix formattting
* Docs: Fix formatting of example config
All other example configs in the docs spaced curly braces in object literals, so this commit updates this for consistency.
* Docs: Fixed grammar
* Docs: Revert link to code conventions
This reverts commit ab5dba7.
* Docs: Revert link to code conventions
* Docs: Revert link to code conventions
Sorry for all the commits.
Copy file name to clipboardexpand all lines: docs/rules/no-obj-calls.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ The [ECMAScript 2015 specification](https://www.ecma-international.org/ecma-262/
12
12
13
13
And the [ECMAScript 2017 specification](https://www.ecma-international.org/ecma-262/8.0/index.html#sec-atomics-object) makes it clear that `Atomics` cannot be invoked:
14
14
15
-
> The Atomics object does not have a [[Call]] internal method; it is not possible to invoke the Atomics object as a function.
15
+
> The Atomics object does not have a `[[Call]]` internal method; it is not possible to invoke the Atomics object as a function.
0 commit comments