Skip to content

Commit

Permalink
doc: fix spelling in ObjectWrap doc (#563)
Browse files Browse the repository at this point in the history
 PR-URL: #563
 Reviewed-By: NickNaso <nicoladelgobbo@gmail.com>
 Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
  • Loading branch information
tniessen authored and mhdawson committed Oct 18, 2019
1 parent dd9fa8a commit 828f223
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/object_wrap.md
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ static Napi::Function Napi::ObjectWrap::DefineClass(Napi::Env env,
JavaScript constructor function.
* `[in] properties`: Initializer list of class property descriptor describing
static and instance properties and methods of the class.
See: [`Class propertry and descriptor`](class_property_descriptor.md).
See: [`Class property and descriptor`](class_property_descriptor.md).
* `[in] data`: User-provided data passed to the constructor callback as `data`
property of the `Napi::CallbackInfo`.
Expand All @@ -184,7 +184,7 @@ static Napi::Function Napi::ObjectWrap::DefineClass(Napi::Env env,
JavaScript constructor function.
* `[in] properties`: Vector of class property descriptor describing static and
instance properties and methods of the class.
See: [`Class propertry and descriptor`](class_property_descriptor.md).
See: [`Class property and descriptor`](class_property_descriptor.md).
* `[in] data`: User-provided data passed to the constructor callback as `data`
property of the `Napi::CallbackInfo`.

Expand Down

0 comments on commit 828f223

Please sign in to comment.