Skip to content

Commit 8a8b1dd

Browse files
committed
docs: fix information typo in simulator handler comment
1 parent bb2aac2 commit 8a8b1dd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/pages/simulatorHandler.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ async function checkEditAccess() {
6060
})
6161
}
6262
63-
// get logged in user informaton when blank simulator is opened
63+
// get logged in user information when blank simulator is opened
6464
async function getLoginData() {
6565
try {
6666
const response = await fetch('/api/v1/me', {

v1/src/pages/simulatorHandler.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ async function checkEditAccess() {
6060
})
6161
}
6262
63-
// get logged in user informaton when blank simulator is opened
63+
// get logged in user information when blank simulator is opened
6464
async function getLoginData() {
6565
try {
6666
const response = await fetch('/api/v1/me', {

0 commit comments

Comments
 (0)