From 8a39ed1faf8cfda12a00e70332f8158fdfb1c0d5 Mon Sep 17 00:00:00 2001 From: macbook Date: Mon, 27 Apr 2026 16:23:49 +0300 Subject: [PATCH] fix: correct typo 'unfimiliar' to 'unfamiliar' --- guides/reading-a-codebase.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.