diff --git a/post.md b/post.md index 8a83387..ea00912 100644 --- a/post.md +++ b/post.md @@ -16,7 +16,7 @@ This is where Node.js really shines in regards to microservices. ## Node.js -At it’s core [Node.js](https://nodejs.org) is an extremely light platform that’s driven by a passion community by open source modules. This modular system is what allows you to build loosely coupled and scalable systems that talk over HTTP and JSON since these are built right into Node.js. So this modular architecture goes nicely hand in hand with micrservices. +At it’s core [Node.js](https://nodejs.org) is an extremely light platform that’s driven by a passion community by open source modules. This modular system is what allows you to build loosely coupled and scalable systems that talk over HTTP and JSON since these are built right into Node.js. So this modular architecture goes nicely hand in hand with microservices. Think about deploying components rather than applications.