Skip to content

Commit 01cf1af

Browse files
committed
Denise feedback
1 parent a16cad7 commit 01cf1af

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/content/docs/style-guide/how-we-docs/image-maintenance.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,11 @@ We do that through a combination of GitHub actions.
3131

3232
We have a specific GitHub action to [flag unused images](https://github.com/cloudflare/cloudflare-docs/blob/production/.github/workflows/image-audit.yml).
3333

34-
What it does is:
34+
What the GitHub action does is:
3535

3636
1. Finds all `.png` or `.svg` files in our content.
3737
2. Checks to see if those files are referenced in any of our MDX files.
38-
3. If there are unreferenced files, creates a [GitHub issue](https://github.com/cloudflare/cloudflare-docs/issues/23343) listing them out.
38+
3. Ceates a [GitHub issue](https://github.com/cloudflare/cloudflare-docs/issues/23343) if there are unreferenced files.
3939

4040
### Evaluate image paths
4141

@@ -60,4 +60,4 @@ This line ensures that our custom [Remark plugin](https://github.com/cloudflare/
6060
code={{ title: "validate-images.ts" }}
6161
/>
6262

63-
When paired with [flagging unused images](#flag-unused-images), this path validation ensures that a tech writer can safely delete unused files in a PR. So long as the site builds correctly, you have only deleted image files that are not referenced anywhere.
63+
When paired with [flagging unused images](#flag-unused-images), this path validation ensures that a tech writer can safely delete unused files in a pull request. So long as the site builds correctly, you have only deleted image files that are not referenced anywhere.

0 commit comments

Comments
 (0)