Skip to content

Commit

Permalink
fix typo and grammar in homepage (KusionStack#182)
Browse files Browse the repository at this point in the history
* fix typo and grammar in homepage

* fix grammar in homepage
  • Loading branch information
amyXia1994 authored Nov 3, 2022
1 parent 4dabe36 commit 0cd7364
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ function Home() {
<Translate id="home.quickstart">All about your modern app by Platform as Code</Translate>
</h2>
<p className={styles.header}>
<Translate id="siteConfig.tagline">KusionStack codifies and unifies platform resources into stacked models and polices.</Translate>
<Translate id="siteConfig.tagline">KusionStack codifies and unifies platform resources into stacked models and policies.</Translate>
</p>
</div>
</div>
Expand All @@ -85,18 +85,18 @@ function Home() {
<p>
<Translate
id="home.easyshipping.1">
Fast develop, easy deliver
Fast development, easy delivery
</Translate>
</p>
<ul>
<li>
<Translate id="home.easyshipping.2">
Codify and unifies spec, resources and manifests around modern app
Codify and unify spec, resources and manifests around modern apps
</Translate>
</li>
<li>
<Translate id="home.easyshipping.3">
Orchestrate and provision on Kubernetes and Clouds in a managed manner
Orchestration and provision on Kubernetes and Clouds in a managed manner
</Translate>
</li>
<li>
Expand Down Expand Up @@ -127,12 +127,12 @@ function Home() {
</li>
<li>
<Translate id="home.enterpriseops.3">
Production ready with scalability, performance and left-shifted stability
Production-ready with scalability, performance and left-shifted stability
</Translate>
</li>
<li>
<Translate id="home.enterpriseops.4">
Various usages to meet requirements of diverse enterprise scenarios
Various usages to meet the requirements of diverse enterprise scenarios
</Translate>
</li>
</ul>
Expand All @@ -159,12 +159,12 @@ function Home() {
</li>
<li>
<Translate id="home.platformengineering.3">
Easy to integrate in CI pipeline, service and product to build your paved road
Easy to integrate into CI pipeline, service and product to build your paved road
</Translate>
</li>
<li>
<Translate id="home.platformengineering.4">
Fast develop on raw platform capabilities with consistency to cope with change
Fast development on raw platform capabilities with consistency to cope with change
</Translate>
</li>
</ul>
Expand All @@ -185,7 +185,7 @@ function Home() {
<div className="hero">
<div className="container text--center">
<h2 className="hero__subtitle">
<Translate id="home.whoisusing">Who is Using KusionStack</Translate>
<Translate id="home.whoisusing">Adopted by</Translate>
</h2>
<div className={styles.whiteboard}>
<div className="row">
Expand Down

0 comments on commit 0cd7364

Please sign in to comment.