Skip to content

Commit 828f223

Browse files
tniessenmhdawson
authored andcommitted
doc: fix spelling in ObjectWrap doc (#563)
PR-URL: #563 Reviewed-By: NickNaso <[email protected]> Reviewed-By: Michael Dawson <[email protected]>
1 parent dd9fa8a commit 828f223

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/object_wrap.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ static Napi::Function Napi::ObjectWrap::DefineClass(Napi::Env env,
161161
JavaScript constructor function.
162162
* `[in] properties`: Initializer list of class property descriptor describing
163163
static and instance properties and methods of the class.
164-
See: [`Class propertry and descriptor`](class_property_descriptor.md).
164+
See: [`Class property and descriptor`](class_property_descriptor.md).
165165
* `[in] data`: User-provided data passed to the constructor callback as `data`
166166
property of the `Napi::CallbackInfo`.
167167
@@ -184,7 +184,7 @@ static Napi::Function Napi::ObjectWrap::DefineClass(Napi::Env env,
184184
JavaScript constructor function.
185185
* `[in] properties`: Vector of class property descriptor describing static and
186186
instance properties and methods of the class.
187-
See: [`Class propertry and descriptor`](class_property_descriptor.md).
187+
See: [`Class property and descriptor`](class_property_descriptor.md).
188188
* `[in] data`: User-provided data passed to the constructor callback as `data`
189189
property of the `Napi::CallbackInfo`.
190190

0 commit comments

Comments
 (0)