Skip to content

Commit

Permalink
Docs: fix typo in no-magic-numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
JosiahRooney committed Oct 1, 2019
1 parent b6ff73c commit 9e47734
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 9e47734

Please sign in to comment.