From cdde9216866ec601a3473a789edfe9209851e9b1 Mon Sep 17 00:00:00 2001 From: ROI-Agent Date: Wed, 20 May 2026 22:31:53 +0300 Subject: [PATCH] docs: fix multiple typos across README and guides MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - contibution → contribution (README.md) — Closes #1 - developpers → developers (README.md) — Closes #2 - responsivness → responsiveness (finding-good-first-issues.md) — Closes #3 - unfimiliar → unfamiliar (reading-a-codebase.md) — Closes #4 - comitting → committing (your-first-pr-checklist.md) — Closes #5 --- README.md | 4 ++-- guides/finding-good-first-issues.md | 2 +- guides/reading-a-codebase.md | 2 +- guides/your-first-pr-checklist.md | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index ea5469d..5a0c12f 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ # 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." +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 developers go from "I've never merged a PR" to "I just shipped my first contribution." ## What this repo is diff --git a/guides/finding-good-first-issues.md b/guides/finding-good-first-issues.md index 9289681..ed5a0c0 100644 --- a/guides/finding-good-first-issues.md +++ b/guides/finding-good-first-issues.md @@ -59,7 +59,7 @@ Issues with recent comments are safer. If the repo has no `CONTRIBUTING.md`, no PR template, and no obvious signs anyone has thought about new contributors, you're on your own. That's fine when you're more experienced — for a first PR, prefer repos that have done some of this work. -### Maintainer responsivness +### Maintainer responsiveness diff --git a/guides/reading-a-codebase.md b/guides/reading-a-codebase.md index 46286d0..8e6bb58 100644 --- a/guides/reading-a-codebase.md +++ b/guides/reading-a-codebase.md @@ -1,6 +1,6 @@ # Reading a codebase -Before you change a line of code in an unfimiliar codebase, you need to orient yourself. This is the single most underrated skill in open source — and it's the difference between a PR that gets merged and a PR that gets a polite "this isn't quite how we do things here." +Before you change a line of code in an unfamiliar codebase, you need to orient yourself. This is the single most underrated skill in open source — and it's the difference between a PR that gets merged and a PR that gets a polite "this isn't quite how we do things here." This guide is about the first 30 minutes you spend in a new repo. 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