From d4598f758f212f4dfd4dbff67e863b82ddd08c38 Mon Sep 17 00:00:00 2001 From: Alex Date: Thu, 8 Feb 2018 15:25:05 -0800 Subject: [PATCH] formatting --- docs/providers/spotinst/guide/cors.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/providers/spotinst/guide/cors.md b/docs/providers/spotinst/guide/cors.md index cfba1183a..485c71dfd 100644 --- a/docs/providers/spotinst/guide/cors.md +++ b/docs/providers/spotinst/guide/cors.md @@ -15,7 +15,7 @@ Cross-Origin Resource Sharing is a mechanism that allows restricted resources on You can enable CORS for cross-domain HTTP requests with Spotinst Functions. Add the required fields to you serverless.yml file. -Example CORS object: +### Example CORS object: ```yml cors: - enabled: true @@ -24,7 +24,7 @@ Example CORS object: methods: "PUT,POST" ``` -Parameters: +### Parameters: - enabled: Boolean - Specify if CORS is enabled for the function. - default: false