From cce78bbdf5ca4e2fad2766978cb29a2ee9631647 Mon Sep 17 00:00:00 2001 From: cjihrig Date: Sun, 30 Jun 2019 11:42:52 -0400 Subject: doc: format try...catch consistently PR-URL: https://github.com/nodejs/node/pull/28481 Reviewed-By: Luigi Pinca Reviewed-By: Rich Trott Reviewed-By: Ruben Bridgewater Reviewed-By: Trivikram Kamat --- doc/api/fs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/api/fs.md') diff --git a/doc/api/fs.md b/doc/api/fs.md index c6ae9a83ac..568e7447f0 100644 --- a/doc/api/fs.md +++ b/doc/api/fs.md @@ -32,7 +32,7 @@ fs.unlink('/tmp/hello', (err) => { ``` Exceptions that occur using synchronous operations are thrown immediately and -may be handled using `try`/`catch`, or may be allowed to bubble up. +may be handled using `try…catch`, or may be allowed to bubble up. ```js const fs = require('fs'); -- cgit v1.2.3