diff --git a/README.md b/README.md index bda2a8883..a59467318 100755 --- a/README.md +++ b/README.md @@ -204,5 +204,5 @@ Serverless is composed of Plugins. A group of default Plugins ship with the Fra * [Sentry](https://github.com/arabold/serverless-sentry-plugin) - Automatically send errors and exceptions to [Sentry](https://getsentry.com). * [Auto-Prune](https://github.com/arabold/serverless-autoprune-plugin) - Delete old AWS Lambda versions. * [Serverless Secrets](https://github.com/trek10inc/serverless-secrets) - Easily encrypt and decrypt secrets in your Serverless projects -* [Serverless DynamoDB Local](https://github.com/99xt/serverless-dynamodb-local) - Simiulate DynamoDB instance locally. +* [Serverless DynamoDB Local](https://github.com/99xt/serverless-dynamodb-local) - Simulate DynamoDB instance locally. * [Serverless Dependency Install](https://github.com/99xt/serverless-dependency-install) - Manage node, serverless dependencies easily within the project. diff --git a/docs/01-guide/01-installing-serverless.md b/docs/01-guide/01-installing-serverless.md index f2a7e4235..d5d5ffd46 100644 --- a/docs/01-guide/01-installing-serverless.md +++ b/docs/01-guide/01-installing-serverless.md @@ -17,7 +17,7 @@ Go to the official [Node.js website](https://nodejs.org), download and follow th **Note:** Serverless runs on Node v4 or higher. So make sure that you pick a recent Node version. -You can verify that Node.js is installed successfully by runnning `node --version` in your terminal. You should see the corresponding Node version number printed out. +You can verify that Node.js is installed successfully by running `node --version` in your terminal. You should see the corresponding Node version number printed out. ## Installing Serverless diff --git a/docs/02-providers/aws/examples/cron/README.md b/docs/02-providers/aws/examples/cron/README.md index 4d8f8b188..ded6350b5 100644 --- a/docs/02-providers/aws/examples/cron/README.md +++ b/docs/02-providers/aws/examples/cron/README.md @@ -9,6 +9,6 @@ layout: Doc Create a scheduled task with AWS Lambda and automate all the things! -For more information on running cron with serverless check out the [Tutorial: Serverless Scheduled Tasks](https://parall.ax/blog/view/3202/tutorial-serverless-scheduled-tasks) by parrallax. +For more information on running cron with serverless check out the [Tutorial: Serverless Scheduled Tasks](https://parall.ax/blog/view/3202/tutorial-serverless-scheduled-tasks) by parallax. -For more information on `schedule` serverless event check out [our docs](/docs/02-providers/aws/events/03-schedule.md). \ No newline at end of file +For more information on `schedule` serverless event check out [our docs](/docs/02-providers/aws/events/03-schedule.md).