summaryrefslogtreecommitdiff
path: root/doc/api/v8.md
diff options
context:
space:
mode:
authorsreepurnajasti <sreepurna.jasti@gmail.com>2017-12-31 15:15:43 +0530
committerTobias Nießen <tniessen@tnie.de>2017-12-31 18:14:25 +0100
commitb21e3f0711ca989fe21bd4484b58d03e5693f859 (patch)
tree1d433c8fd4913258fadb36f47359331512e9a222 /doc/api/v8.md
parent1fa4f5df3a3c12017faf048aae1523b4ee1613de (diff)
downloadandroid-node-v8-b21e3f0711ca989fe21bd4484b58d03e5693f859.tar.gz
android-node-v8-b21e3f0711ca989fe21bd4484b58d03e5693f859.tar.bz2
android-node-v8-b21e3f0711ca989fe21bd4484b58d03e5693f859.zip
doc: fix duplicate words & spellings in docs
PR-URL: https://github.com/nodejs/node/pull/17923 Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Jon Moss <me@jonathanmoss.me>
Diffstat (limited to 'doc/api/v8.md')
-rw-r--r--doc/api/v8.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/v8.md b/doc/api/v8.md
index 64c9be1a88..c9d2512fdd 100644
--- a/doc/api/v8.md
+++ b/doc/api/v8.md
@@ -269,7 +269,7 @@ by subclasses.
This method is called to generate error objects that will be thrown when an
object can not be cloned.
-This method defaults to the [`Error`][] constructor and can be be overridden on
+This method defaults to the [`Error`][] constructor and can be overridden on
subclasses.
#### serializer.\_getSharedArrayBufferId(sharedArrayBuffer)