summaryrefslogtreecommitdiff
path: root/doc/api/repl.md
diff options
context:
space:
mode:
authorMitsuo Utano <utano320@gmail.com>2016-11-12 17:04:28 +0900
committerShigeki Ohtsu <ohtsu@ohtsu.org>2016-11-18 18:04:14 +0900
commit30bf123e41b3a4027aaec37464b471c01dcb2d94 (patch)
treecf057d4f485c40b4640a9fddb0b95042db0798e6 /doc/api/repl.md
parent63e889a256de8576875a8367923d87c704332980 (diff)
downloadandroid-node-v8-30bf123e41b3a4027aaec37464b471c01dcb2d94.tar.gz
android-node-v8-30bf123e41b3a4027aaec37464b471c01dcb2d94.tar.bz2
android-node-v8-30bf123e41b3a4027aaec37464b471c01dcb2d94.zip
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 <cjihrig@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Shigeki Ohtsu <ohtsu@ohtsu.org>
Diffstat (limited to 'doc/api/repl.md')
-rw-r--r--doc/api/repl.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/repl.md b/doc/api/repl.md
index b18488f421..67eae5d1cc 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