From d021722f81592eecd47ba0a106aad86b5e9bd406 Mon Sep 17 00:00:00 2001 From: John Bintz Date: Wed, 23 Nov 2011 10:20:57 -0500 Subject: [PATCH] typo --- index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.md b/index.md index 197228b..f7f1297 100644 --- a/index.md +++ b/index.md @@ -238,7 +238,7 @@ spec_paths: - "**/*[Ss]pec.*" {% endhighlight %} -This will include everything that Sprockets understanda in all your `src_dir` and `spec_dir` paths. At that point, use Sprockets `require` +This will include everything that Sprockets understands in all your `src_dir` and `spec_dir` paths. At that point, use Sprockets `require` statements to define the include order of your files. Using the `--list` option on the command line to list the load order of files, combined with the `--runner-out` option to write HTML runner files to a place where the browser can easily get to them, is very helpful when moving to a Sprockets-managed project.