Skip to content

Commit b96a017

Browse files
authored
chore: typo in comment
1 parent b4d5ce2 commit b96a017

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/runtime/app/plugins/session.server.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ export default defineNuxtPlugin({
44
name: 'session-fetch-plugin',
55
enforce: 'pre',
66
async setup(nuxtApp) {
7-
// Flag is request is cached
7+
// Flag if request is cached
88
nuxtApp.payload.isCached = Boolean(useRequestEvent()?.context.cache)
99
if (nuxtApp.payload.serverRendered && !nuxtApp.payload.prerenderedAt && !nuxtApp.payload.isCached) {
1010
await useUserSession().fetch()

0 commit comments

Comments
 (0)