From c0f8198d645faa80a1f10c263a8916ec3cf92ee5 Mon Sep 17 00:00:00 2001 From: Nikolai Vavilov Date: Fri, 14 Oct 2016 01:41:53 +0300 Subject: [PATCH] doc: fix typo PR-URL: https://github.com/nodejs/node/pull/9089 Reviewed-By: Colin Ihrig --- doc/api/fs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/fs.md b/doc/api/fs.md index 5cb4b9f422e9fb..cac42e97fab44d 100644 --- a/doc/api/fs.md +++ b/doc/api/fs.md @@ -129,7 +129,7 @@ See more details in [`fs.watch()`][]. The `filename` argument may not be provided depending on operating system support. If `filename` is provided, it will be provided as a `Buffer` if -`fs.watch()` is called with it's `encoding` option set to `'buffer'`, otherwise +`fs.watch()` is called with its `encoding` option set to `'buffer'`, otherwise `filename` will be a string. ```js