From d0f48b9fe74beb1c198f1c0ce3f90dbfe99fe8e2 Mon Sep 17 00:00:00 2001 From: Sam Rawlins Date: Fri, 31 Jan 2025 13:46:20 -0800 Subject: [PATCH] Fix 'upstream' typo --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index daec619e24..2128ad8d6d 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -50,7 +50,7 @@ name and contact info to the [AUTHORS](AUTHORS) file. 4. `git clone -c core.symlinks=true https://github.com//flutter-intellij` 5. `cd flutter-intellij` 6. `git remote add upstream https://github.com/flutter/flutter-intellij` - The name `upsteram` can be whatever you want. + The name `upstream` can be whatever you want. ## Setting environments