diff --git a/docs/docs/sourcing-from-etsy.md b/docs/docs/sourcing-from-etsy.md index a18275bf8689b..3b3460827efd7 100644 --- a/docs/docs/sourcing-from-etsy.md +++ b/docs/docs/sourcing-from-etsy.md @@ -32,8 +32,8 @@ plugins: [ resolve: "gatsby-source-etsy", options: { // highlight-start - apiKey: "your api key here", - shopId: "your shop id or shop name here", + api_key: "your api key here", + shop_id: "your shop id or shop name here", // highlight-end language: "en", // optional },