Skip to content

Commit

Permalink
fix eskew typo in koa-rest-api readme
Browse files Browse the repository at this point in the history
  • Loading branch information
YesmynameisPerry committed Feb 9, 2022
1 parent c386786 commit 58dbba6
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 58dbba6

Please sign in to comment.