From 8294dc2a36c2e6b806452a889f6a08b1adc9c480 Mon Sep 17 00:00:00 2001 From: Local Bounty Hunter Date: Thu, 21 May 2026 22:54:06 +0700 Subject: [PATCH] =?UTF-8?q?fix:=20resolve=20issue=20#4=20-=20Fix=20typo:?= =?UTF-8?q?=20"unfimiliar"=20=E2=86=92=20"unfamiliar"=20in=20reading-a-cod?= =?UTF-8?q?ebase.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- guides/reading-a-codebase.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/guides/reading-a-codebase.md b/guides/reading-a-codebase.md index 46286d0..b55743f 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. @@ -114,4 +114,4 @@ When you start work on a new repo, spend 30 minutes on this before writing any c - [ ] Get the project running locally - [ ] Confirm the test suite passes before you change anything -If all eight take longer than 30 minutes, do them anyway. This is the work that prevents your PR from needing a rewrite. +If all eight take longer than 30 minutes, do them anyway. This is the work that prevents your PR from needing a rewrite. \ No newline at end of file