]> source.dussan.org Git - sonarqube.git/commitdiff
Fix two typos in Marketing content (#1123)
authorn-b-sonar <nicolas.bontoux@sonarsource.com>
Fri, 4 Jan 2019 15:20:07 +0000 (16:20 +0100)
committerSonarTech <sonartech@sonarsource.com>
Fri, 4 Jan 2019 19:21:02 +0000 (20:21 +0100)
server/sonar-web/src/main/js/apps/about/sonarcloud/AsAService.tsx
server/sonar-web/src/main/js/apps/about/sonarcloud/SonarLintIntegration.tsx

index 9b8e1c8668d12f77ecc9989da4331888808e4d4e..6307a74ac2d22c8d0400398593049116a63f4692 100644 (file)
@@ -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>
index 6a9a097a0631992258eb428df128c5334b93f103..4356e53c4499e590f3c17d0c69be13f8c468a051 100644 (file)
@@ -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>