Skip to content

Commit

Permalink
Docs: fix typo in no-magic-numbers (#12345)
Browse files Browse the repository at this point in the history
  • Loading branch information
JosiahRooney authored and platinumazure committed Oct 1, 2019
1 parent 447ac87 commit 0d3d7d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/rules/no-magic-numbers.md
@@ -1,6 +1,6 @@
# Disallow Magic Numbers (no-magic-numbers)

'Magic numbers' are numbers that occur multiple time in code without an explicit meaning.
'Magic numbers' are numbers that occur multiple times in code without an explicit meaning.
They should preferably be replaced by named constants.

```js
Expand Down

0 comments on commit 0d3d7d9

Please sign in to comment.