Skip to content

Commit acc6a1b

Browse files
authored
chore(docs): remove unneeded whitespace before commas and full stops (#29629)
1 parent 0038683 commit acc6a1b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/docs/how-to/images-and-media/using-cloudinary-image-service.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ module.exports = {
7777

7878
Note that `gatsby-source-cloudinary` takes the following options:
7979

80-
- **`cloudName`** , **`apiKey`** , and **`apiSecret`** **:** These are credentials from your Cloudinary console, stored as three separate environment variables for security.
80+
- **`cloudName`**, **`apiKey`**, and **`apiSecret`** **:** These are credentials from your Cloudinary console, stored as three separate environment variables for security.
8181
- **`resourceType`** **:** This is the resource type of the media assets - either an image or a video.
8282
- **`prefix`** **:** This is the folder (in your Cloudinary account) in which the files reside. In the example above, the folder is called `gatsby-source-cloudinary`. Assign a name of your choice.
8383
Other optional options are `type`, `tags`, and `maxResult`.

packages/gatsby-plugin-sharp/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ Convert the source image to one of the following available options: `NO_CHANGE`,
167167

168168
#### toFormatBase64
169169

170-
base64 image uses the image format from the source , or the value of `toFormat`. This setting allows a different image format instead, available options are: `JPG`, `PNG`, `WEBP`.
170+
base64 image uses the image format from the source, or the value of `toFormat`. This setting allows a different image format instead, available options are: `JPG`, `PNG`, `WEBP`.
171171

172172
`WEBP` allows for a smaller data size, allowing you to reduce your HTML size when transferring over the network, or to use a larger base64 placeholder width default for improved image placeholder quality.
173173

packages/gatsby-remark-smartypants/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ plugins: [
2525

2626
Valid `remark-smartypants` options may passed to the plugin. For more on valid
2727
options refer to the
28-
[retext-smartypants API](https://github.com/retextjs/retext-smartypants#api) .
28+
[retext-smartypants API](https://github.com/retextjs/retext-smartypants#api).
2929

3030
```javascript
3131
// In your gatsby-config.js

0 commit comments

Comments
 (0)