Skip to content

Commit

Permalink
Update packages/php-wasm/scopes/src/index.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
bgrgicak authored Nov 8, 2024
1 parent bd5d3a9 commit ef1f4a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/php-wasm/scopes/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ export function removeURLScope(url: URL): URL {
* Appends a pathname to the base URL and maintains scope information.
*
* If the pathname is scoped, it will maintain scope information from the pathname.
* Otherwise, the pathname of the the base URL pathname to preserve the scope.
* Otherwise, the pathname will be appended to the base URLs pathname to preserve the scope.
*
* If neither the pathname nor the base URL have scope information,
* the base URL will be prepended to the pathname and the result will be unscoped.
Expand Down

0 comments on commit ef1f4a0

Please sign in to comment.