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,
161161JavaScript constructor function.
162162* `[in] properties`: Initializer list of class property descriptor describing
163163static 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`
166166property of the `Napi::CallbackInfo`.
167167
@@ -184,7 +184,7 @@ static Napi::Function Napi::ObjectWrap::DefineClass(Napi::Env env,
184184JavaScript constructor function.
185185* ` [in] properties ` : Vector of class property descriptor describing static and
186186instance 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 `
189189property of the ` Napi::CallbackInfo ` .
190190
You can’t perform that action at this time.
0 commit comments