Skip to content

Commit a9cdb0a

Browse files
author
Noah Lee
authored
Fix typos (#17)
1 parent 020984c commit a9cdb0a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/concepts/how-it-work.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Gitploy builds the system around GitHub [deployment API](https://docs.github.com
1212
The deployment API consists of these stages:
1313

1414
1. A user selects a ref(branch, SHA, tag) to deploy.
15-
2. Gitploy verifies the ref for deployment safety.
15+
2. It verifies the ref for deployment safety.
1616
3. It requests GitHub to deploy a specific ref.
1717

1818
Of course, Gitploy follows these stages to deploy a ref and enhances each stage to use it easily and safely.

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ sidebar_position: 1
33
title: What is Gitploy?
44
---
55

6-
Gitploy is a tooling that helps your organization build the deployment system in minutes. It enables your organization **to deploy in the same manner** without worrying about the implementation details of delivering different types of applications (e.g., web, native). and **to deploy differently** for each application by a simple configuration file, respectively. And as a result, your organization can get a robust system to deploy fast and safely. 🚀
6+
Gitploy is a tooling that helps your organization build the deployment system in minutes. It enables your organization **to deploy in the same manner** without worrying about the implementation details of delivering different types of applications (e.g., web, native) and **to deploy differently** with a simple configuration file for each application, respectively. And as a result, your organization can get a robust system to deploy fast and safely. 🚀
77

88
## Deploy in the same manner
99

0 commit comments

Comments
 (0)