Skip to content

Commit 06f27eb

Browse files
committed
Adjust wording in a comment
1 parent 82a7353 commit 06f27eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/php-wasm/universal/src/lib/php-request-handler.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ export class PHPRequestHandler implements RequestHandler {
119119
request.url.startsWith('http://') ||
120120
request.url.startsWith('https://');
121121
const requestedUrl = new URL(
122-
// Remove the hash part of the URL as it's meant for the server.
122+
// Remove the hash part of the URL as it's not meant for the server.
123123
request.url.split('#')[0],
124124
isAbsolute ? undefined : DEFAULT_BASE_URL
125125
);

0 commit comments

Comments
 (0)