Skip to content

Commit 308802b

Browse files
committed
fix lint warn
1 parent 6132412 commit 308802b

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

src/components/snippets/TsSupport.tsx

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,11 @@ export {};`;
2424
<h3>{__('TypeScript support', 'codeb-feature-flags')}</h3>
2525
<p>
2626
Create a file named{' '}
27-
<span className="codeb-feature-flags-filename">flags.d.ts</span> at
28-
the entrypoint of TypeScript code for the plugin/theme ( usually
29-
<span className="codeb-feature-flags-slug"> src</span> directory )
30-
and add the following declaration.
27+
<span className="codeb-feature-flags-filename">flags.d.ts</span>{' '}
28+
at the entrypoint of TypeScript code for the plugin/theme (
29+
usually
30+
<span className="codeb-feature-flags-slug"> src</span> directory
31+
) and add the following declaration.
3132
</p>
3233
<Clipboard text={tsSnippet} />
3334
<Snippet data={tsSnippet} language={'typescript'} />

0 commit comments

Comments
 (0)