mirror of
https://github.com/serverless/serverless.git
synced 2026-01-18 14:58:43 +00:00
Fix typo
This commit is contained in:
parent
e7272908e2
commit
cd7c138d8b
@ -7,7 +7,8 @@
|
||||
* - generates function structure based on runtime
|
||||
*
|
||||
* Event Options:
|
||||
* - sPath: (String) The relative path of the function from project root
|
||||
* - path: (String) The relative path of the function from project root
|
||||
* - runtime: (String) The function runtime. By default: `nodejs`.
|
||||
*/
|
||||
|
||||
module.exports = function(SPlugin, serverlessPath) {
|
||||
@ -48,7 +49,7 @@ usage: serverless function create <function>`,
|
||||
{
|
||||
option: 'runtime',
|
||||
shortcut: 'r',
|
||||
description: 'The function runtime. Be default: `nodejs`.'
|
||||
description: 'The function runtime. By default: `nodejs`.'
|
||||
}
|
||||
],
|
||||
parameters: [
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user