From 125915e632ad422154a20fd256fbf3d9e3c751e7 Mon Sep 17 00:00:00 2001 From: Cayman Date: Wed, 14 Apr 2021 02:30:54 +0000 Subject: [PATCH] Fix readme typo (#2312) ## Proposed Changes Fix small typo in the readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dba103e740..8c53675234 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ Lighthouse maintains two permanent branches: - [`stable`][stable]: Always points to the latest stable release. - This is ideal for most users. - [`unstable`][unstable]: Used for development, contains the latest PRs. - - Developers should base thier PRs on this branch. + - Developers should base their PRs on this branch. ## Contributing