You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/components/HomepageFeatures.js
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ const FeatureList = [
9
9
description: (
10
10
<>
11
11
Build the deployment system around <strong>GitHub deployment API</strong>.
12
-
Gitploy build the deployment system loosely coupled tooling without worrying about the implementation details of delivering different types of applications.
12
+
It enable a organization builds loosely coupled deployment system, without worrying about the implementation details of delivering different types of applications.
13
13
</>
14
14
),
15
15
},
@@ -19,7 +19,7 @@ const FeatureList = [
19
19
description: (
20
20
<>
21
21
<strong>Pipeline is configured with a simple, easy-to-read file</strong> that you commit to your git repository.
22
-
Gitploy build an advanced deployment pipeline from scratch in minutes.
22
+
It configures a deployment pipeline for each runtime environment in minutes.
23
23
</>
24
24
),
25
25
},
@@ -29,7 +29,7 @@ const FeatureList = [
29
29
description: (
30
30
<>
31
31
Deployment can be more dangerous than others and might need to be treated with extra care.
32
-
Gitploy has <strong>advanced features that help to deploy safely.</strong>
32
+
Gitploy has <strong>powerful features to deploy safely.</strong>
0 commit comments