From c6ef5b3c1d8d1196461a4a048d89b1ab4c4a9914 Mon Sep 17 00:00:00 2001 From: Ikechukwu Kalu <71293780+Ikechukwu750@users.noreply.github.com> Date: Wed, 1 Nov 2023 07:01:55 +0100 Subject: [PATCH] Change 'fro' to 'from' in "Fork and Pull Model" in lesson.md --- lessons/git/collaboration/lesson.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lessons/git/collaboration/lesson.md b/lessons/git/collaboration/lesson.md index 98cd0cad4..4297db4ae 100644 --- a/lessons/git/collaboration/lesson.md +++ b/lessons/git/collaboration/lesson.md @@ -62,7 +62,7 @@ Kathy Chung, 2017-08-02 - This is the model used by U of T Coders on its own website and repos. - The "owner"/"Project Leader" of the upstream repo assigns rights to "Collaborators" - Collaborators do not have push access to main (upstream) repo -- Project Lead accepts Pull Requests (PRs) fro collaborators, reviews them, then merges them into main repo. +- Project Lead accepts Pull Requests (PRs) from collaborators, reviews them, then merges them into main repo. #### Fork and Pull Workflow