From e9d51baeb735687cba0a84eccb5397ee07b99926 Mon Sep 17 00:00:00 2001 From: Alex Ellis Date: Thu, 11 Jan 2018 12:55:15 +0000 Subject: [PATCH] Fix typo suggested by community. --- guide/secure_secret_management.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guide/secure_secret_management.md b/guide/secure_secret_management.md index d023ae0d..680c3eb3 100644 --- a/guide/secure_secret_management.md +++ b/guide/secure_secret_management.md @@ -22,7 +22,7 @@ functions: You can then deploy and invoke the function via the `faas-cli` using ```sh $ faas-cli deploy -f ./samples.yml -$ fass-cli invoke nodehelloenv +$ faas-cli invoke nodehelloenv Hello from a production machine ```