Skip to content

Commit 9065c8d

Browse files
committed
grammar
1 parent 9b15606 commit 9065c8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/kit/src/exports/public.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1013,7 +1013,7 @@ export interface RequestEvent<
10131013
*/
10141014
isDataRequest: boolean;
10151015
/**
1016-
* `true` if the request comes from a call to one of our own API endpoints made during SSR (or prerendering). This is handled by directly calling `+server.js` without the overhead of actually making an HTTP request. Use this property if you want to treat these synthetic requests different in some way.
1016+
* `true` if the request comes from a call to one of our own API endpoints made during SSR (or prerendering). This is handled by directly calling `+server.js` without the overhead of actually making an HTTP request. Use this property if you want to treat these synthetic requests differently in some way.
10171017
*/
10181018
isSyntheticRequest: boolean;
10191019
}

0 commit comments

Comments
 (0)