From 30bf123e41b3a4027aaec37464b471c01dcb2d94 Mon Sep 17 00:00:00 2001 From: Mitsuo Utano Date: Sat, 12 Nov 2016 17:04:28 +0900 Subject: [PATCH] doc: fix typo in doc/repl.md line: 6 fix doc/api/repl.md line 6 "includable" => "includible" Fixes: https://github.com/nodejs/code-and-learn/issues/58 PR-URL: https://github.com/nodejs/node/pull/9582 Reviewed-By: Colin Ihrig Reviewed-By: Anna Henningsen Reviewed-By: Luigi Pinca Reviewed-By: Shigeki Ohtsu --- doc/api/repl.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/repl.md b/doc/api/repl.md index b18488f4218174..67eae5d1cca6e8 100644 --- a/doc/api/repl.md +++ b/doc/api/repl.md @@ -3,7 +3,7 @@ > Stability: 2 - Stable The `repl` module provides a Read-Eval-Print-Loop (REPL) implementation that -is available both as a standalone program or includable in other applications. +is available both as a standalone program or includible in other applications. It can be accessed using: ```js