diff --git a/doc/api/buffer.markdown b/doc/api/buffer.markdown index d96f4acf6cd..5f0749b8d17 100644 --- a/doc/api/buffer.markdown +++ b/doc/api/buffer.markdown @@ -111,7 +111,7 @@ See `buffer.write()` example, above. ### buf.toJSON() Returns a JSON-representation of the Buffer instance, which is identical to the -output for JSON Arrays. `JSON.stringify` implictly calls this function when +output for JSON Arrays. `JSON.stringify` implicitly calls this function when stringifying a Buffer instance. Example: