We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 249ecde commit 2294734Copy full SHA for 2294734
README.md
@@ -51,7 +51,7 @@ end
51
- path - the path where your Ember CLI application is located. The default
52
value is the name of your app in the Rails root.
53
54
-- enable - a lambda that accepts each requests' path. The default value is a
+- enable - a lambda that accepts each request's path. The default value is a
55
lambda that returns `true`.
56
57
```ruby
@@ -321,7 +321,7 @@ time by about 10 minutes.
321
322
The reason build/deploy times were slow is because ember uglified the JS and
323
then added the files to the asset pipeline. Rails would then try and uglify
324
-the JS again, and this would be considerable slower than normal.
+the JS again, and this would be considerably slower than normal.
325
326
## Additional Information
327
0 commit comments