mirror of
https://github.com/serverless/serverless.git
synced 2026-01-25 15:07:39 +00:00
Fixed typos
This commit is contained in:
parent
0e320f3095
commit
f3bb9341d3
@ -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.
|
||||
|
||||
@ -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
|
||||
|
||||
|
||||
@ -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).
|
||||
For more information on `schedule` serverless event check out [our docs](/docs/02-providers/aws/events/03-schedule.md).
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user