From 505c444593e49aca3dd2b72a244c58861bb405f5 Mon Sep 17 00:00:00 2001 From: q404365631 Date: Mon, 4 May 2026 10:40:09 +0800 Subject: [PATCH] docs: fix typos in README and PR checklist - contibution -> contribution in README.md - comitting -> committing in guides/your-first-pr-checklist.md Closes mergeworthy/learn#1 Closes mergeworthy/learn#5 --- README.md | 2 +- guides/your-first-pr-checklist.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ea5469d..1267a73 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # learn -> Your guide to making your first open source contibution. +> Your guide to making your first open source contribution. Open source can feel like a closed club. It isn't — but the door is hard to find. This repo is a curated, community-maintained set of resources that help developpers go from "I've never merged a PR" to "I just shipped my first contribution." diff --git a/guides/your-first-pr-checklist.md b/guides/your-first-pr-checklist.md index 32bf77c..9cd150a 100644 --- a/guides/your-first-pr-checklist.md +++ b/guides/your-first-pr-checklist.md @@ -2,7 +2,7 @@ Before you click "Create pull request," walk through this checklist. It catches the things that turn a clean merge into three rounds of review. -## Pre-flight: before comitting +## Pre-flight: before committing ### The change itself