Skip to content

Commit 50408d8

Browse files
kodster28KianNH
andauthored
Apply suggestions from code review
Co-authored-by: Kian <[email protected]>
1 parent 1d88321 commit 50408d8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/content/docs/style-guide/components/wrangler-command.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ import { WranglerCommand } from "~/components";
3131
- `command` <Type text="string" /> <MetaInfo text="required" />
3232
- The name the command.
3333
- `headingLevel` <Type text="boolean" /> <MetaInfo text="(default: 2) optional" />
34-
- The heading level `h2` that the command should be added at on the page.
34+
- The heading level that the command name should be added at on the page, i.e `2` for a `h2`.

src/content/docs/style-guide/components/wrangler-namespace.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ import { WranglerNamespace } from "~/components";
2929
- `namespace` <Type text="string" /> <MetaInfo text="required" />
3030
- The namespace to pull the related commands from (`d1`, `hyperdrive`).
3131
- `headingLevel` <Type text="boolean" /> <MetaInfo text="(default: 2) optional" />
32-
- The heading level `h2` that the commands should be added at on the page.
32+
- The heading level that the commands should be added at on the page, i.e `2` for `h2`.

0 commit comments

Comments
 (0)