Browse Source

SONAR-15989 Fix typo

tags/9.4.0.54424
Wouter Admiraal 2 years ago
parent
commit
5c88a03036

+ 1
- 1
server/sonar-docs/src/components/Sidebar.tsx View File

@@ -199,7 +199,7 @@ export default class Sidebar extends React.PureComponent<Props, State> {
{this.state.loaded && !isOnCurrentVersion && !isOnLTSVersion && (
<div className="alert alert-warning">
This is an archived version of the doc for <b>SonarQube version {version}</b>.{' '}
<a href="/">See Documentation</a> for current functionnality.
<a href="/">See Documentation</a> for current functionality.
</div>
)}
</div>

+ 1
- 1
server/sonar-docs/src/components/__tests__/__snapshots__/Sidebar-test.tsx.snap View File

@@ -580,7 +580,7 @@ exports[`should render correctly: show warning 1`] = `
>
See Documentation
</a>
for current functionnality.
for current functionality.
</div>
</div>
<div

Loading…
Cancel
Save