Skip to content

Commit 6f0a594

Browse files
authored
Apply suggestions from code review
1 parent be8a466 commit 6f0a594

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/content/docs/style-guide/components/resources-by-selector.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,14 +32,14 @@ import { ResourcesBySelector } from "~/components";
3232

3333
- `types` <Type text="string[]" />
3434

35-
An array of `pcx_content_type` values to filter by. For example, `types={["example"]}`.
35+
An array of `pcx_content_type` values to filter which content gets pulled into the component. For example, `types={["example"]}`.
3636

3737
- `tags` <Type text="string[]" /> <MetaInfo text="optional" />
3838

39-
An array of `tags` values to filter by. For example, `tags={["AI"]}`.
39+
An array of `tags` values to filter which content gets pulled into the component. For example, `tags={["AI"]}`.
4040

4141
To see a list of the available tags, and which pages are associated with them, refer to [this list](/style-guide/frontmatter/tags/).
4242

4343
- `products` <Type text="string[]" /> <MetaInfo text="optional" />
4444

45-
An array of `products` values to filter by. For example, `products={["D1"]}`.
45+
An array of `products` values to filter which content gets pulled into the component. For example, `products={["D1"]}`.

0 commit comments

Comments
 (0)