From f0e66aa898ba97c8da940eae0d3affdfe07b74af Mon Sep 17 00:00:00 2001 From: marcusmolchany Date: Tue, 21 Mar 2017 08:10:12 -0700 Subject: [PATCH] Update Nested Commands code block to match example --- docs/providers/aws/guide/plugins.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/providers/aws/guide/plugins.md b/docs/providers/aws/guide/plugins.md index 58b3b5c5f..464dd49e5 100644 --- a/docs/providers/aws/guide/plugins.md +++ b/docs/providers/aws/guide/plugins.md @@ -156,7 +156,7 @@ module.exports = Deploy; ### Nesting Commands -You can also nest commands, e.g. if you want to provide a command `serverless deploy single`. Those nested commands have their own lifecycle events and do not inherit them from their parents. +You can also nest commands, e.g. if you want to provide a command `serverless deploy function`. Those nested commands have their own lifecycle events and do not inherit them from their parents. ```javascript 'use strict';