diff options
author | n-b-sonar <nicolas.bontoux@sonarsource.com> | 2019-01-04 16:20:07 +0100 |
---|---|---|
committer | SonarTech <sonartech@sonarsource.com> | 2019-01-04 20:21:02 +0100 |
commit | 58d90a0c1bce53193f422320893428ec5faeed46 (patch) | |
tree | 64c30687dc76aaa1d30cc2f14733eb7347aa53eb /server/sonar-web/src/main/js/apps/about | |
parent | 53cedfbab405e0a9d6b62239fd3a442b8d83eec7 (diff) | |
download | sonarqube-58d90a0c1bce53193f422320893428ec5faeed46.tar.gz sonarqube-58d90a0c1bce53193f422320893428ec5faeed46.zip |
Fix two typos in Marketing content (#1123)
Diffstat (limited to 'server/sonar-web/src/main/js/apps/about')
-rw-r--r-- | server/sonar-web/src/main/js/apps/about/sonarcloud/AsAService.tsx | 2 | ||||
-rw-r--r-- | server/sonar-web/src/main/js/apps/about/sonarcloud/SonarLintIntegration.tsx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/server/sonar-web/src/main/js/apps/about/sonarcloud/AsAService.tsx b/server/sonar-web/src/main/js/apps/about/sonarcloud/AsAService.tsx index 9b8e1c8668d..6307a74ac2d 100644 --- a/server/sonar-web/src/main/js/apps/about/sonarcloud/AsAService.tsx +++ b/server/sonar-web/src/main/js/apps/about/sonarcloud/AsAService.tsx @@ -75,7 +75,7 @@ export default function AsAService() { <li className="sc-feature sc-child-feature"> <h3 className="sc-feature-title">Get started in minutes</h3> <p className="sc-feature-description"> - Simply sign up, create an oganization for your team, and you are ready to run your + Simply sign up, create an organization for your team, and you are ready to run your builds to get your projects analyzed in minutes. </p> </li> diff --git a/server/sonar-web/src/main/js/apps/about/sonarcloud/SonarLintIntegration.tsx b/server/sonar-web/src/main/js/apps/about/sonarcloud/SonarLintIntegration.tsx index 6a9a097a063..4356e53c449 100644 --- a/server/sonar-web/src/main/js/apps/about/sonarcloud/SonarLintIntegration.tsx +++ b/server/sonar-web/src/main/js/apps/about/sonarcloud/SonarLintIntegration.tsx @@ -84,7 +84,7 @@ export default function SonarLintIntegration() { <li className="sc-feature sc-child-feature"> <h3 className="sc-feature-title">Share configuration</h3> <p className="sc-feature-description"> - Project configuration such as exclutions, parameters and false positives get + Project configuration such as exclusions, parameters and false positives get conveyed to the IDE as they get defined, enabling the team get exactly the same view on the project they are working on. </p> |