docs(storybook): fix typo in TimeFormatStories.tsx (#26105)
This commit is contained in:
parent
655b95d763
commit
d8d0c9c2b7
|
|
@ -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
|
||||
<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.
|
||||
for how to write a D3 time format string.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in New Issue