Skip to content

Commit

Permalink
Fix README.md typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
jcfranco committed Feb 3, 2014
1 parent 2444331 commit 9783594
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -51,7 +51,7 @@ Usually you'll only need to include your `test/test-main.js` file, which
has the same role for your tests as `main.js` has for your app when
using Require.js.

For the qustion *"Which files do you want to test?"*, we choose all the
For the question *"Which files do you want to test?"*, we choose all the
files we want to load with Require.js. For this example we'll need:

* `lib/**/*.js` — all external libraries
Expand Down

0 comments on commit 9783594

Please sign in to comment.