From aac38212890288fd2c17df11c911f71d1f9e7025 Mon Sep 17 00:00:00 2001
From: Arie Peterson <arie@greenhost.nl>
Date: Thu, 10 Feb 2022 12:21:48 +0100
Subject: [PATCH] Design docs typo

---
 docs/design.md | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/docs/design.md b/docs/design.md
index 9d5739043..c7b5f27ac 100644
--- a/docs/design.md
+++ b/docs/design.md
@@ -115,7 +115,8 @@ that is responsible for these updates.
 
 Flux 2 tracks all the files in the `flux2` directory of the [Stackspin code
 repository](https://open.greenhost.net/stackspin/stackspin). Once changes
-are pushd the branch that Flux tracks, the changes are applied to the cluster.
+are pushed to the branch that Flux tracks, the changes are applied to the
+cluster.
 
 We use Flux 2 in "read only" mode, which means that your Stackspin cluster
 does not push changes to our Git repository. You can read more about Flux 2 and
-- 
GitLab