From e7f0ba4199b7abf9380efa890a8947d6ff459b74 Mon Sep 17 00:00:00 2001 From: Luke Wagner Date: Thu, 15 Oct 2015 17:21:21 -0500 Subject: JS -> JavaScript --- FeatureTest.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'FeatureTest.md') diff --git a/FeatureTest.md b/FeatureTest.md index 2b0aacf..0010b1e 100644 --- a/FeatureTest.md +++ b/FeatureTest.md @@ -6,7 +6,8 @@ the pragmatic reality that features are shipped in different orders at different times by different engines. Since some WebAssembly features add operators and all WebAssembly code in a -module is validated ahead-of-time, the usual JS feature detection pattern: +module is validated ahead-of-time, the usual JavaScript feature detection +pattern: ``` if (foo) foo(); -- cgit v1.2.3