From f37deea9dd20d2e428f3c87883e2c2c456d7bdd0 Mon Sep 17 00:00:00 2001 From: Ricardo de Vries Date: Fri, 24 Nov 2017 10:41:48 +0100 Subject: [PATCH] Corrected a spelling error. --- workflow/state-machines.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workflow/state-machines.rst b/workflow/state-machines.rst index a076dce55f0..db7156d32b8 100644 --- a/workflow/state-machines.rst +++ b/workflow/state-machines.rst @@ -14,7 +14,7 @@ machine. Example of a State Machine -------------------------- -A pull request starts in an intial "start" state, a state for e.g. running +A pull request starts in an initial "start" state, a state for e.g. running tests on Travis. When this is finished, the pull request is in the "review" state, where contributors can require changes, reject or accept the pull request. At any time, you can also "update" the pull request, which