From 032d7c8a42b858624727218518acc1573dd22bce Mon Sep 17 00:00:00 2001 From: Clarence Bakosi Date: Tue, 23 Sep 2025 14:52:48 +0100 Subject: [PATCH] fix(curriculum): typo in lecture introduction to git and github (#62327) --- .../688290da3736c273009129d0.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/curriculum/challenges/english/blocks/lecture-introduction-to-git-and-github/688290da3736c273009129d0.md b/curriculum/challenges/english/blocks/lecture-introduction-to-git-and-github/688290da3736c273009129d0.md index aa791f4bd0e..2a8b43898d7 100644 --- a/curriculum/challenges/english/blocks/lecture-introduction-to-git-and-github/688290da3736c273009129d0.md +++ b/curriculum/challenges/english/blocks/lecture-introduction-to-git-and-github/688290da3736c273009129d0.md @@ -39,7 +39,7 @@ The second input is for your description. In most cases, this will not be empty. In both cases, you'll want to read the contributing documentation for the project to ensure you understand and follow their guidelines for how to title and fill out your PR. -Since you own this repository, you'll see on the right that you can set reviewers, assigness, labels, projects, and milestones. You won't be able to edit these, except to request a review, when you contribute to someone else's project. But if you'd like to explore those features, you can set them however you like now since this is your repository. +Since you own this repository, you'll see on the right that you can set reviewers, assignees, labels, projects, and milestones. You won't be able to edit these, except to request a review, when you contribute to someone else's project. But if you'd like to explore those features, you can set them however you like now since this is your repository. Once everything is filled out and configured, click "Create pull request". Finally, you'll see the actual result!