From 7bdde5ff3e10f5c4dea6a6b1c3880c72c6c81684 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=98ystein=20H=C3=A5berg?= <75746434+Islandstone89@users.noreply.github.com> Date: Sun, 12 Oct 2025 01:43:34 +0200 Subject: [PATCH 1/2] Update FIX_TYPO.md Fixed typo --- FIX_TYPO.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FIX_TYPO.md b/FIX_TYPO.md index 591fb1b..dc96dc5 100644 --- a/FIX_TYPO.md +++ b/FIX_TYPO.md @@ -1,4 +1,4 @@ -# A file with a tyop +# A file with a typo To practice using GitHub to contribute to one of our Call for Code open source projects, you can edit this file to fix the typo in the heading and create a pull request. From 24973d17fe204280731baaf1498ae8ea7dd53d8f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=98ystein=20H=C3=A5berg?= <75746434+Islandstone89@users.noreply.github.com> Date: Sun, 12 Oct 2025 01:57:51 +0200 Subject: [PATCH 2/2] Updated FIX_TYPO.md again Added a test sentence to practice another pull request. --- FIX_TYPO.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/FIX_TYPO.md b/FIX_TYPO.md index dc96dc5..187cda5 100644 --- a/FIX_TYPO.md +++ b/FIX_TYPO.md @@ -5,3 +5,5 @@ To practice using GitHub to contribute to one of our Call for Code open source p If you successfully fixed the typo, the workflow will tag the pull request as `status: approved`, then it close the pull request so that others can test making fixes as well. Congratulations, you've made your first pull request! If not, the workflow will tag the pull request as `status: needs correction` and ask you to add another commit or submit another pull request to fix the typo. + +This is just a test sentence.