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" } ```