Browse Source

Fix two typos in Marketing content (#1123)

tags/7.6
n-b-sonar 5 years ago
parent
commit
58d90a0c1b

+ 1
- 1
server/sonar-web/src/main/js/apps/about/sonarcloud/AsAService.tsx View 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>

+ 1
- 1
server/sonar-web/src/main/js/apps/about/sonarcloud/SonarLintIntegration.tsx View 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>

Loading…
Cancel
Save