From: Wouter Admiraal Date: Thu, 3 Feb 2022 10:03:01 +0000 (+0100) Subject: SONAR-15989 Fix typo X-Git-Tag: 9.4.0.54424~241 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=5c88a03036e4f2117ffba150c810ed52e40a3ee6;p=sonarqube.git SONAR-15989 Fix typo --- diff --git a/server/sonar-docs/src/components/Sidebar.tsx b/server/sonar-docs/src/components/Sidebar.tsx index feb1d991d6d..506bf32d6b0 100644 --- a/server/sonar-docs/src/components/Sidebar.tsx +++ b/server/sonar-docs/src/components/Sidebar.tsx @@ -199,7 +199,7 @@ export default class Sidebar extends React.PureComponent { {this.state.loaded && !isOnCurrentVersion && !isOnLTSVersion && (
This is an archived version of the doc for SonarQube version {version}.{' '} - See Documentation for current functionnality. + See Documentation for current functionality.
)} diff --git a/server/sonar-docs/src/components/__tests__/__snapshots__/Sidebar-test.tsx.snap b/server/sonar-docs/src/components/__tests__/__snapshots__/Sidebar-test.tsx.snap index 0fec9f778a0..fb380af98c2 100644 --- a/server/sonar-docs/src/components/__tests__/__snapshots__/Sidebar-test.tsx.snap +++ b/server/sonar-docs/src/components/__tests__/__snapshots__/Sidebar-test.tsx.snap @@ -580,7 +580,7 @@ exports[`should render correctly: show warning 1`] = ` > See Documentation - for current functionnality. + for current functionality.