Skip to content

Commit

Permalink
Fix eskew typo in koa-rest-api readme (#754)
Browse files Browse the repository at this point in the history
Typo was introduced as part of #334, it was fixed in the express api
template but not the koa one.
  • Loading branch information
YesmynameisPerry authored Feb 9, 2022
1 parent c386786 commit 1beb6e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion template/koa-rest-api/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ This would be replaced with an external data store in production.

This project is deployed as a containerised application with [Gantry].
A typical resource API instance does not require more than 1 vCPU,
so we eskew clustering configurations in favour of a single Node.js process per container.
so we eschew clustering configurations in favour of a single Node.js process per container.
Under load, we autoscale horizontally in terms of container count up to `autoScaling.maxCount`.

Gantry configures [CodeDeploy] for a blue-green deployment approach.
Expand Down

0 comments on commit 1beb6e0

Please sign in to comment.