Skip to content

Commit bb34d56

Browse files
committed
Merge pull request #214 from KeenRegard/fix-readme-typos
Fix readme typos
2 parents fc52a04 + 2294734 commit bb34d56

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,10 @@ end
4848

4949
- app - this represents the name of the Ember CLI application.
5050

51-
- path - the path, where your Ember CLI applications is located. The default
51+
- 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)