We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ab86dd commit 4f2c361Copy full SHA for 4f2c361
src/components/ReleaseStateSummary/index.tsx
@@ -105,7 +105,7 @@ function futureRelease({ releaseData }: majorVersionData): JSX.Element {
105
, which
106
{' '}
107
{releaseData.isLTS && <strong>will be an LTS release</strong>}
108
- {!releaseData.isLTS && <strong>will not an LTS release</strong>}
+ {!releaseData.isLTS && <strong>will not be an LTS release</strong>}
109
, is scheduled for release on
110
111
<strong>
0 commit comments