diff --git a/doc/api/util.md b/doc/api/util.md index 976621ddb383e3..a001124824f0a5 100644 --- a/doc/api/util.md +++ b/doc/api/util.md @@ -342,8 +342,7 @@ changes: codes. Defaults to `false`. Colors are customizable, see [Customizing `util.inspect` colors][]. * `customInspect` {boolean} If `false`, then custom `inspect(depth, opts)` - functions exported on the `object` being inspected will not be called. - Defaults to `true`. + functions will not be called. Defaults to `true`. * `showProxy` {boolean} If `true`, then objects and functions that are `Proxy` objects will be introspected to show their `target` and `handler` objects. Defaults to `false`.