Skip to content

Commit

Permalink
Adjust wording in a comment
Browse files Browse the repository at this point in the history
  • Loading branch information
adamziel committed Mar 22, 2024
1 parent 82a7353 commit 06f27eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/php-wasm/universal/src/lib/php-request-handler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ export class PHPRequestHandler implements RequestHandler {
request.url.startsWith('http://') ||
request.url.startsWith('https://');
const requestedUrl = new URL(
// Remove the hash part of the URL as it's meant for the server.
// Remove the hash part of the URL as it's not meant for the server.
request.url.split('#')[0],
isAbsolute ? undefined : DEFAULT_BASE_URL
);
Expand Down

0 comments on commit 06f27eb

Please sign in to comment.