Skip to content

Commit 31504c8

Browse files
authored
doc: fix minor typo in object_wrap.md (#741)
PR-URL: #741 Reviewed-By: Michael Dawson <[email protected]> Reviewed-By: Nicola Del Gobbo <[email protected]>
1 parent beccf21 commit 31504c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/object_wrap.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ static T* Napi::ObjectWrap::Unwrap(Napi::Object wrapper);
137137

138138
* `[in] wrapper`: The JavaScript object that wraps the native instance.
139139

140-
Returns a native instace wrapped in a JavaScript object. Given the
140+
Returns a native instance wrapped in a JavaScript object. Given the
141141
Napi:Object, this allows a method to get a pointer to the wrapped
142142
C++ object and then reference fields, call methods, etc. within that class.
143143
In many cases calling Unwrap is not required, as methods can

0 commit comments

Comments
 (0)