Skip to content

Commit

Permalink
Small docs change (#699)
Browse files Browse the repository at this point in the history
  • Loading branch information
alundiak authored and jfmengels committed Dec 22, 2016
1 parent e26e898 commit 3781aff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/rules/no-amd.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# no-amd

Reports `require([array], ...)` and `define([array], ...) function calls at the
Reports `require([array], ...)` and `define([array], ...)` function calls at the
module scope. Will not report if !=2 arguments, or first argument is not a literal array.

Intended for temporary use when migrating to pure ES6 modules.
Expand Down

0 comments on commit 3781aff

Please sign in to comment.