Skip to content

Commit 6874ec9

Browse files
committed
spelling
1 parent 4a4bfb2 commit 6874ec9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/src/xServices/updateCheck/updateCheckXService.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ export const updateCheckMachine = createMachine(
165165
})),
166166
setDismissedVersion: (context) => {
167167
if (context.updateCheck?.version) {
168-
// We use localStorage to ensure users who have dimissed the UpdateCheckBanner are not plagued by it on page reload
168+
// We use localStorage to ensure users who have dismissed the UpdateCheckBanner are not plagued by its reappearance on page reload
169169
localStorage.setItem("dismissedVersion", context.updateCheck.version)
170170
}
171171
},

0 commit comments

Comments
 (0)