Skip to content

Commit

Permalink
fix: tooltip text
Browse files Browse the repository at this point in the history
  • Loading branch information
itsmatteomanf authored Oct 16, 2024
1 parent 4d74a84 commit b4e867e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/content/docs/rules/snippets/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ head:

import { FeatureTable, GlossaryTooltip, Render } from "~/components";

Cloudflare Snippets (beta) provide a powerful and flexible way to customize the behavior of your website or application using short pieces of JavaScript code. With Snippets, you can modify HTTP response headers, implement <GlossaryTooltip term="JSON web token (JWT)" prepend="JSON web token (JWT) is ">JWT</GlossaryTooltip> validation, perform complex <GlossaryTooltip term="redirect">redirects,</GlossaryTooltip> and much more.
Cloudflare Snippets (beta) provide a powerful and flexible way to customize the behavior of your website or application using short pieces of JavaScript code. With Snippets, you can modify HTTP response headers, implement <GlossaryTooltip term="JSON web token (JWT)" prepend="JSON web token (JWT) is ">JWT</GlossaryTooltip> validation, perform complex <GlossaryTooltip term="redirect">redirects</GlossaryTooltip>, and much more.

For code samples addressing common use cases, please refer to the [Examples](/rules/snippets/examples/) section.

Expand Down

0 comments on commit b4e867e

Please sign in to comment.