Skip to content

Commit 2294734

Browse files
Keenan TurnerKeenan Turner
Keenan Turner
authored and
Keenan Turner
committed
change "considerable" to "considerably"
1 parent 249ecde commit 2294734

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ end
5151
- path - the path where your Ember CLI application is located. The default
5252
value is the name of your app in the Rails root.
5353

54-
- enable - a lambda that accepts each requests' path. The default value is a
54+
- enable - a lambda that accepts each request's path. The default value is a
5555
lambda that returns `true`.
5656

5757
```ruby
@@ -321,7 +321,7 @@ time by about 10 minutes.
321321

322322
The reason build/deploy times were slow is because ember uglified the JS and
323323
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.
324+
the JS again, and this would be considerably slower than normal.
325325

326326
## Additional Information
327327

0 commit comments

Comments
 (0)