docs: prefer <strong> over <code>

This commit is contained in:
metonym 2022-01-10 12:32:01 -10:00
commit 483eff6c9b
2 changed files with 3 additions and 3 deletions

View file

@ -39,7 +39,7 @@
<InlineNotification svx-ignore title="Note:" kind="info" hideCloseButton>
<div class="body-short-01">
You must provide an `iconDescription` for the button tooltip.
You must provide an <strong>iconDescription</strong> for the button tooltip.
</div>
</InlineNotification>
@ -57,7 +57,7 @@
<InlineNotification svx-ignore title="Note:" kind="info" hideCloseButton>
<div class="body-short-01">
You must provide an <code>iconDescription</code> for the button tooltip.
You must provide an <strong>iconDescription</strong> for the button tooltip.
</div>
</InlineNotification>

View file

@ -65,7 +65,7 @@ components: ["DatePicker", "DatePickerInput", "DatePickerSkeleton"]
<InlineNotification svx-ignore title="Note:" kind="info" hideCloseButton>
<div class="body-short-01">
If using Rollup, specify <code>inlineDynamicImports: true</code> in your <strong>rollup.config.js</strong>.
If using Rollup, specify <strong>inlineDynamicImports: true</strong> in your <strong>rollup.config.js</strong>.
</div>
</InlineNotification>