| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent db9c37f commit a40ff1f
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -269,7 +269,7 @@ void URLPattern::New(const FunctionCallbackInfo<Value>& args) { | |||
| 269 | 269 | options.has_value() ? &options.value() : nullptr); | |
| 270 | 270 | ||
| 271 | 271 | if (!url_pattern) { | |
| 272 | - THROW_ERR_INVALID_URL_PATTERN(env, "Failed to constuct URLPattern"); | ||
| 272 | + THROW_ERR_INVALID_URL_PATTERN(env, "Failed to construct URLPattern"); | ||
| 273 | 273 | return; | |
| 274 | 274 | } | |
| 275 | 275 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments