Skip to content

Commit 4f2c361

Browse files
committed
Fix wording for future non-LTS release in release state summary
1 parent 6ab86dd commit 4f2c361

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/ReleaseStateSummary/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ function futureRelease({ releaseData }: majorVersionData): JSX.Element {
105105
, which
106106
{' '}
107107
{releaseData.isLTS && <strong>will be an LTS release</strong>}
108-
{!releaseData.isLTS && <strong>will not an LTS release</strong>}
108+
{!releaseData.isLTS && <strong>will not be an LTS release</strong>}
109109
, is scheduled for release on
110110
{' '}
111111
<strong>

0 commit comments

Comments
 (0)