Skip to content

Commit

Permalink
Change nested component caption “Options for name” → “Options for `na…
Browse files Browse the repository at this point in the history
…me` component”
  • Loading branch information
colinrotherham committed Aug 15, 2023
1 parent 5051a79 commit e8482d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/get-macro-options/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ function getMacroOptions(componentName) {
)
.concat(
additionalComponents.map((option) => ({
name: `Options for ${option.name}`,
name: `Options for <code>${option.name}</code> component`,
id: option.slug,
options: getMacroOptionsJson(option.name)
.map(addSlugs)
Expand Down

0 comments on commit e8482d5

Please sign in to comment.