File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -161,7 +161,7 @@ static Napi::Function Napi::ObjectWrap::DefineClass(Napi::Env env,
161
161
JavaScript constructor function.
162
162
* `[in] properties`: Initializer list of class property descriptor describing
163
163
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).
165
165
* `[in] data`: User-provided data passed to the constructor callback as `data`
166
166
property of the `Napi::CallbackInfo`.
167
167
@@ -184,7 +184,7 @@ static Napi::Function Napi::ObjectWrap::DefineClass(Napi::Env env,
184
184
JavaScript constructor function.
185
185
* ` [in] properties ` : Vector of class property descriptor describing static and
186
186
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 ) .
188
188
* ` [in] data ` : User-provided data passed to the constructor callback as ` data `
189
189
property of the ` Napi::CallbackInfo ` .
190
190
You can’t perform that action at this time.
0 commit comments