docs(storybook): fix typo in TimeFormatStories.tsx (#26105)

This commit is contained in:
Sungyun Hur 2024-01-24 06:17:14 +09:00 committed by GitHub
parent 655b95d763
commit d8d0c9c2b7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -59,7 +59,7 @@ class TimeFormatValidator extends React.PureComponent {
This <code>@superset-ui/time-format</code> package enriches
<code>d3-time-format</code> to handle invalid formats as well as
edge case values. Use the validator below to preview outputs from
the specified format string. See
the specified format string. See &nbsp;
<a
href="https://github.com/d3/d3-time-format#locale_format"
target="_blank"
@ -67,7 +67,7 @@ class TimeFormatValidator extends React.PureComponent {
>
D3 Time Format Reference
</a>
for how to write a D3 time format string.
&nbsp;for how to write a D3 time format string.
</p>
</div>
</div>