From 26fc0da9a92d30aa9419eac3220a833056f2df12 Mon Sep 17 00:00:00 2001 From: Tshepang Mbambo Date: Tue, 14 Feb 2023 08:29:40 +0200 Subject: [PATCH] Update continuous-integration.md typo --- guide/src/continuous-integration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guide/src/continuous-integration.md b/guide/src/continuous-integration.md index 1da07a34..0e7e52a7 100644 --- a/guide/src/continuous-integration.md +++ b/guide/src/continuous-integration.md @@ -83,7 +83,7 @@ Or if you have your own style checks, spell checker, or any other tests it might ## Deploying You may want to automatically deploy your book. -Some may want to do this with every time a change is pushed, and others may want to only deploy when a specific release is tagged. +Some may want to do this every time a change is pushed, and others may want to only deploy when a specific release is tagged. You'll also need to understand the specifics on how to push a change to your web service. For example, [GitHub Pages] just requires committing the output onto a specific git branch.