Skip to content

Commit 93668e0

Browse files
authored
Apply suggestions from SME review
1 parent 994f736 commit 93668e0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/content/docs/rules/snippets/create-dashboard.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,18 +11,18 @@ head:
1111

1212
1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com/), and select your account and website.
1313

14-
2. Go to **Rules** > **Snippets**, and select **Create Snippet**.
14+
2. Go to **Rules** > **Snippets**, and select **Create a Snippet**.
1515

1616
3. In **Snippet name**, enter a descriptive name for the snippet. You cannot change the name after creating the snippet.
1717

1818
4. Enter the snippet's JavaScript code in the code editor. You can test how your snippet will handle incoming requests using the **HTTP** and **Preview** tabs.
1919

20-
5. Select **Snippet Rule** to configure when the snippet will run.
20+
5. Select **Snippet rule** to configure when the snippet will run.
2121

2222
6. Under **Run this Snippet if incoming requests match**, select if you wish to run the snippet only for requests that match a custom filter expression or for all incoming requests.
2323

2424
7. (Optional) To define a custom expression, use the Expression Builder (specifying one or more values for **Field**, **Operator**, and **Value**) or manually enter an expression using the Expression Editor. For more information, refer to [Edit expressions in the dashboard](/ruleset-engine/rules-language/expressions/edit-expressions/).
2525

2626
8. Select **Done**.
2727

28-
9. To deploy your snippet, select **Deploy**. If you are not ready to deploy your snippet, open the dropdown next to **Deploy** and select **Save as draft**.
28+
9. To deploy your snippet, select **Deploy**. If you are not ready to deploy your snippet, open the dropdown next to **Deploy** and select **Save as Draft**.

0 commit comments

Comments
 (0)