From b58cae86bc7afcd248b92d9ae226965e355b8ef4 Mon Sep 17 00:00:00 2001 From: jeffnoehren Date: Fri, 20 Oct 2017 15:57:40 -0700 Subject: [PATCH] Spotinst - cosmetic docs change --- docs/providers/spotinst/guide/variables.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/providers/spotinst/guide/variables.md b/docs/providers/spotinst/guide/variables.md index 57796552c..66de5f204 100644 --- a/docs/providers/spotinst/guide/variables.md +++ b/docs/providers/spotinst/guide/variables.md @@ -24,7 +24,7 @@ Also you are able to enter in environment variables in the serverless.yml file. ```yml environmentVariables: { - Key: "Value", + Key: "Value" } ```