Skip to content

Commit bd6a407

Browse files
committed
Merge pull request airbnb#20 from zealotous/patch-1
Update README.md
2 parents 84fdb98 + 4846215 commit bd6a407

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
@@ -1096,7 +1096,7 @@
10961096
- The module should start with a `!`. This ensures that if a malformed module forgets to include a final semicolon there aren't errors in production when the scripts get concatenated.
10971097
- The file should be named with camelCase, live in a folder with the same name, and match the name of the single export.
10981098
- Add a method called noConflict() that sets the exported module to the previous version.
1099-
- Always declare `'use strict;'` at the top of the module.
1099+
- Always declare `'use strict';` at the top of the module.
11001100

11011101
```javascript
11021102
// fancyInput/fancyInput.js

0 commit comments

Comments
 (0)