Skip to content

Commit 7171d70

Browse files
authored
Apply suggestions from PCX review
1 parent 8285d1b commit 7171d70

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/content/docs/rules/snippets/errors.mdx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
---
2-
title: Snippets Troubleshooting
2+
title: Snippets troubleshooting
33
pcx_content_type: troubleshooting
44
sidebar:
55
order: 8
6+
label: Troubleshooting
67
head:
78
- tag: title
8-
content: Snippets Troubleshooting
9+
content: Snippets troubleshooting
910
---
1011

1112
import { GlossaryTooltip } from "~/components";
@@ -28,11 +29,10 @@ This error occurs when the number of <GlossaryTooltip term="Snippets subrequest"
2829
Review your Snippet to ensure your code is within the <GlossaryTooltip term="Snippets subrequest" prepend="A subrequest is ">subrequest</GlossaryTooltip> [limits](/rules/snippets/#availability) for your plan. Each subrequest counts against your limit, including any redirects within a subrequest chain.
2930

3031

31-
## Snippets cannot be renammed
32+
## Snippets cannot be renamed
3233

33-
When creating a Snippet, you can define the name in the top left-hand corner of the window.
34-
This name will then be used as ID for the Snippet and cannot be edited afterwards.
34+
The name you define when creating a Snippet will be used as the Snippet ID and cannot be edited afterwards.
3535

3636
### Resolution
3737

38-
If you need to change the name of your Snippet, you need to create a new Snippet and delete the old one.
38+
To change the name of your Snippet, create a new Snippet and delete the old one.

0 commit comments

Comments
 (0)