From 4508e97b95de53a1958add31beb9858c737691b5 Mon Sep 17 00:00:00 2001 From: Liran Tal Date: Tue, 16 Jul 2019 23:28:44 +0300 Subject: [PATCH] docs: use correct writing form for Node.js --- documentation/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/index.md b/documentation/index.md index b47fac7d7..e8e31f0ac 100644 --- a/documentation/index.md +++ b/documentation/index.md @@ -53,7 +53,7 @@ to satisfy { name: 'Unexpected', created: 2013 } - Provides really nice error messages - Helps if you misspell assertions - Compatible with all test frameworks -- Node.JS ready (`require('unexpected')`) +- Node.js ready (`require('unexpected')`) - Supports [asynchronous assertions using promises](./api/addAssertion/#asynchronous-assertions) - Single global with no prototype extensions or shims - Cross-browser: works on Chrome, Firefox, Safari, Opera, IE11, Edge