diff --git a/doc/api/repl.md b/doc/api/repl.md index 8305b1d2c920ca..8d5fa87f2c3f17 100644 --- a/doc/api/repl.md +++ b/doc/api/repl.md @@ -69,7 +69,7 @@ The following key combinations in the REPL have these special effects: ### Default Evaluation By default, all instances of [`repl.REPLServer`][] use an evaluation function -that evaluates JavaScript expressions and provides access to Node.js' built-in +that evaluates JavaScript expressions and provides access to Node.js built-in modules. This default behavior can be overridden by passing in an alternative evaluation function when the [`repl.REPLServer`][] instance is created.