Browse Source

docs: Example titles begin with uppercase (#43345)

pull/43357/head
thinkasany 1 year ago
committed by GitHub
parent
commit
9796351e72
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      components/tour/demo/mask.md
  2. 4
      components/tour/index.en-US.md

2
components/tour/demo/mask.md

@ -4,4 +4,4 @@
## en-US
custom mask style.
Custom mask style.

4
components/tour/index.en-US.md

@ -20,8 +20,8 @@ Use when you want to guide users through a product.
<code src="./demo/basic.tsx">Basic</code>
<code src="./demo/non-modal.tsx">Non-modal</code>
<code src="./demo/placement.tsx">Placement</code>
<code src="./demo/mask.tsx">custom mask style</code>
<code src="./demo/indicator.tsx">custom indicator</code>
<code src="./demo/mask.tsx">Custom mask style</code>
<code src="./demo/indicator.tsx">Custom indicator</code>
<code src="./demo/render-panel.tsx" debug>\_InternalPanelDoNotUseOrYouWillBeFired</code>
## API

Loading…
Cancel
Save