From 302ccee8e4f3399f618ce2a824deeecfdc59980b Mon Sep 17 00:00:00 2001 From: Karel De Smet Date: Mon, 17 May 2021 06:09:44 +0200 Subject: [PATCH] Fix typo: 'upsteam' -> 'upstream' (#13771) --- docs/getting-started/workflow.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/getting-started/workflow.md b/docs/getting-started/workflow.md index a1af540e2..f5a458eaf 100644 --- a/docs/getting-started/workflow.md +++ b/docs/getting-started/workflow.md @@ -27,8 +27,8 @@ merge them into your current workspace. Use this: -- to get commits from upsteam main into your branch -- to sync with latest changes from upsteam main before continuing with a new +- to get commits from upstream main into your branch +- to sync with latest changes from upstream main before continuing with a new feature on your current branch After you've fetched new commits from upstream, run `./bin/setup`, and it will