From 3abcec73f3c85378ed8206fe3f0d72fbfdaee71a Mon Sep 17 00:00:00 2001 From: Carlos Daniel Date: Wed, 13 Sep 2023 23:41:11 +0100 Subject: [PATCH] chore: Fix typo in gatsby.md (#445) - Fix typo in gatsby.md --- docs/product/channels/live-chat/integrations/gatsby.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/product/channels/live-chat/integrations/gatsby.md b/docs/product/channels/live-chat/integrations/gatsby.md index ad1fd5d8..36d437ac 100644 --- a/docs/product/channels/live-chat/integrations/gatsby.md +++ b/docs/product/channels/live-chat/integrations/gatsby.md @@ -21,7 +21,7 @@ If you are using yarn, use: yarn add gatsby-plugin-chatwoot ``` -## 2. Add the plguin to your Gatsby config file +## 2. Add the plugin to your Gatsby config file ```js // In your gatsby-config.js