From a6266b8ed8adc3401d70d2600351d4e3287aa83b Mon Sep 17 00:00:00 2001 From: Richard Gibson Date: Thu, 11 Aug 2022 12:40:01 -0400 Subject: [PATCH] Fix typo (#390) --- index.bs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.bs b/index.bs index 026b5579..a44c86e8 100644 --- a/index.bs +++ b/index.bs @@ -396,7 +396,7 @@ but the improvement should be very significant to justify this. Since the web platform has gradually evolved over time, there are often multiple conflicting precedents which are mutually exclusive. -You can weigh which precdent to follow by taking into account +You can weigh which precedent to follow by taking into account prevalence (all else being equal, follow the more popular precedent), API ergonomics (all else being equal, follow the more usable precedent), and API age (all else being equal, follow the newer precedent).