Skip to content

Commit 2a43ade

Browse files
committed
Fixed typo
1 parent 5a01394 commit 2a43ade

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@
273273
}
274274
```
275275
276-
- Never name a parameter `arguments`, this will take precendence over the `arguments` object that is given to every function scope.
276+
- Never name a parameter `arguments`, this will take precedence over the `arguments` object that is given to every function scope.
277277
278278
```javascript
279279
// bad

0 commit comments

Comments
 (0)