You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/docs/rules/snippets/errors.mdx
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,12 @@
1
1
---
2
-
title: Snippets Troubleshooting
2
+
title: Snippets troubleshooting
3
3
pcx_content_type: troubleshooting
4
4
sidebar:
5
5
order: 8
6
+
label: Troubleshooting
6
7
head:
7
8
- tag: title
8
-
content: Snippets Troubleshooting
9
+
content: Snippets troubleshooting
9
10
---
10
11
11
12
import { GlossaryTooltip } from"~/components";
@@ -28,11 +29,10 @@ This error occurs when the number of <GlossaryTooltip term="Snippets subrequest"
28
29
Review your Snippet to ensure your code is within the <GlossaryTooltipterm="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.
29
30
30
31
31
-
## Snippets cannot be renammed
32
+
## Snippets cannot be renamed
32
33
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.
35
35
36
36
### Resolution
37
37
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