Skip to content

Commit fc64a2c

Browse files
fix up comment
1 parent dbb57ba commit fc64a2c

File tree

1 file changed

+1
-1
lines changed
  • packages/open-next/src/core/routing

1 file changed

+1
-1
lines changed

packages/open-next/src/core/routing/util.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ export function convertRes(res: OpenNextNodeResponse): InternalResult {
9898
* @__PURE__
9999
*/
100100
export function convertToQueryString(query: Record<string, string | string[]>) {
101-
// URLSearchParams is a a representation of the PARSED query.
101+
// URLSearchParams is a representation of the PARSED query.
102102
// So we must decode the value before appending it to the URLSearchParams.
103103
// https://stackoverflow.com/a/45516812
104104
const urlQuery = new URLSearchParams();

0 commit comments

Comments
 (0)