Remove non-words from dictionary
This commit is contained in:
@@ -71,7 +71,6 @@ mdrenum
|
|||||||
melodica
|
melodica
|
||||||
microblogs
|
microblogs
|
||||||
microcontrollers
|
microcontrollers
|
||||||
middleground
|
|
||||||
moleskine
|
moleskine
|
||||||
monkeypatch
|
monkeypatch
|
||||||
moto
|
moto
|
||||||
@@ -109,7 +108,6 @@ specced
|
|||||||
stabby
|
stabby
|
||||||
standardrb
|
standardrb
|
||||||
statham
|
statham
|
||||||
straightahead
|
|
||||||
strawman
|
strawman
|
||||||
subclassing
|
subclassing
|
||||||
telematics
|
telematics
|
||||||
|
|||||||
@@ -12,7 +12,7 @@ on a recent client project. The website describes OpsWorks as
|
|||||||
> a DevOps solution for managing applications of any scale or complexity
|
> a DevOps solution for managing applications of any scale or complexity
|
||||||
> on the AWS cloud.
|
> on the AWS cloud.
|
||||||
|
|
||||||
You can think of it as a middleground between something like Heroku and
|
You can think of it as a middle ground between something like Heroku and
|
||||||
a manually configured server environment. You can also think of it as
|
a manually configured server environment. You can also think of it as
|
||||||
[Chef](http://www.opscode.com/chef/)-as-a-service. Before reading on,
|
[Chef](http://www.opscode.com/chef/)-as-a-service. Before reading on,
|
||||||
I'd recommend reading this [Introduction to AWS
|
I'd recommend reading this [Introduction to AWS
|
||||||
|
|||||||
@@ -223,7 +223,7 @@ explain `getModel` better than I can:
|
|||||||
> `props` or `state` changes, and functions returned from model keys are
|
> `props` or `state` changes, and functions returned from model keys are
|
||||||
> invoked every time the repo changes.
|
> invoked every time the repo changes.
|
||||||
|
|
||||||
The `render` method is pretty straightahead React, though it
|
The `render` method is pretty straight-ahead React, though it
|
||||||
demonstrates how you interact with the model.
|
demonstrates how you interact with the model.
|
||||||
|
|
||||||
------------------------------------------------------------------------
|
------------------------------------------------------------------------
|
||||||
|
|||||||
Reference in New Issue
Block a user