We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4ff2b6 commit 27ef390Copy full SHA for 27ef390
src/node_url_pattern.cc
@@ -269,7 +269,7 @@ void URLPattern::New(const FunctionCallbackInfo<Value>& args) {
269
options.has_value() ? &options.value() : nullptr);
270
271
if (!url_pattern) {
272
- THROW_ERR_INVALID_URL_PATTERN(env, "Failed to constuct URLPattern");
+ THROW_ERR_INVALID_URL_PATTERN(env, "Failed to construct URLPattern");
273
return;
274
}
275
0 commit comments