small fixes

This commit is contained in:
Shahed Nasser
2022-05-20 11:44:20 +03:00
parent be3ad001ee
commit b4f0771202
3 changed files with 7 additions and 7 deletions
+3 -3
View File
@@ -8,8 +8,8 @@ Learn more about how you can use this plugin in the [documentaion](https://docs.
```js
{
space_id: CONTENTFUL_SPACE_ID,
access_token: CONTENTFUL_ACCESS_TOKEN,
environment: CONTENTFUL_ENV,
space_id: "CONTENTFUL_SPACE_ID",
access_token: "CONTENTFUL_ACCESS_TOKEN",
environment: "CONTENTFUL_ENV",
}
```