commit d47a782bd17cf4b6643da14849f41b6e5c261295
parent 9228f876f7287fd5eeb21618aa2e0c60c9d2019c
Author: David Eisinger <[email protected]>
Date: Thu, 21 Nov 2024 10:17:04 -0500
Remove non-words from dictionary
Diffstat:
3 files changed, 2 insertions(+), 4 deletions(-)
diff --git a/.dictionary b/.dictionary
@@ -71,7 +71,6 @@ mdrenum
melodica
microblogs
microcontrollers
-middleground
moleskine
monkeypatch
moto
@@ -109,7 +108,6 @@ specced
stabby
standardrb
statham
-straightahead
strawman
subclassing
telematics
diff --git a/content/elsewhere/aws-opsworks-lessons-learned/index.md b/content/elsewhere/aws-opsworks-lessons-learned/index.md
@@ -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
> 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
[Chef](http://www.opscode.com/chef/)-as-a-service. Before reading on,
I'd recommend reading this [Introduction to AWS
diff --git a/content/elsewhere/using-microcosm-presenters-to-manage-complex-features/index.md b/content/elsewhere/using-microcosm-presenters-to-manage-complex-features/index.md
@@ -223,7 +223,7 @@ explain `getModel` better than I can:
> `props` or `state` changes, and functions returned from model keys are
> 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.
------------------------------------------------------------------------