From c32b932ac363bbe875ddadc6b5e7494a84174c49 Mon Sep 17 00:00:00 2001 From: noah Date: Tue, 1 Feb 2022 09:59:41 +0900 Subject: [PATCH] Fix typos --- docs/concepts/how-it-work.md | 2 +- docs/index.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/concepts/how-it-work.md b/docs/concepts/how-it-work.md index 7e24694..3ba472b 100644 --- a/docs/concepts/how-it-work.md +++ b/docs/concepts/how-it-work.md @@ -12,7 +12,7 @@ Gitploy builds the system around GitHub [deployment API](https://docs.github.com The deployment API consists of these stages: 1. A user selects a ref(branch, SHA, tag) to deploy. -2. Gitploy verifies the ref for deployment safety. +2. It verifies the ref for deployment safety. 3. It requests GitHub to deploy a specific ref. Of course, Gitploy follows these stages to deploy a ref and enhances each stage to use it easily and safely. diff --git a/docs/index.md b/docs/index.md index 492de64..445ebc8 100644 --- a/docs/index.md +++ b/docs/index.md @@ -3,7 +3,7 @@ sidebar_position: 1 title: What is Gitploy? --- -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. 🚀 +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. 🚀 ## Deploy in the same manner