From 3f664871247d007df5e8332593c19e75b06cf2a4 Mon Sep 17 00:00:00 2001 From: Prayag Verma Date: Sun, 14 Feb 2016 10:04:44 +0530 Subject: [PATCH] Fix a few typos MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Remove extra `we` `defininition` → `definition` --- interop/reusability.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/interop/reusability.md b/interop/reusability.md index 01113fd..4f43a02 100644 --- a/interop/reusability.md +++ b/interop/reusability.md @@ -759,7 +759,7 @@ like this: DecoratedPropertyDefinition: DecoratorExpression+ PropertyDefinition; ``` -In this case, we we see that Step 1 of the original algorithm evaluates an expression, +In this case, we see that Step 1 of the original algorithm evaluates an expression, so the decorator must intercede at the very beginning of the process. The two top-level expressions in the decorated `PropertyDefinition` are `PropertyName` @@ -1035,7 +1035,7 @@ interface Initializer { ## Appendix: General Purpose Utilities -The defininition of the utilities used throughout the rest of this document. +The definition of the utilities used throughout the rest of this document. ```js const DESCRIPTOR_DEFAULTS = {