From ade5af1b09ec152daadd1d6927d9b24573f53ea1 Mon Sep 17 00:00:00 2001 From: Mike MacCana Date: Tue, 20 Mar 2018 12:08:31 +0000 Subject: [PATCH] Small copy tweak I believe this is what was meant by the sentence. Hope this is correct! --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a971ff9..ff982ed 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ Additionally, the incentive for web developers to adopt higher-level APIs is low Enable the creation of high-level features such that: -- They stay layered on top of low-level features, never getting access to new capabilities unavailable to web developers +- They stay layered on top of low-level features, never making access to new capabilities unavailable to web developers - Runtime costs for web developers using the features scale - Maintenance costs for standardizing and implementing the features scale - Fallback to polyfills, for browsers that do not support the features, is easy and transparent