Skip to content

Commit cd9d4d1

Browse files
committed
fix(typo): accesible -> accessible
1 parent 07f21ba commit cd9d4d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration/middleware/core/test/index.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -698,7 +698,7 @@ function responseTests(locale = '') {
698698
}
699699

700700
function interfaceTests(locale = '') {
701-
it(`${locale} \`globalThis\` is accesible`, async () => {
701+
it(`${locale} \`globalThis\` is accessible`, async () => {
702702
const res = await fetchViaHTTP(context.appPort, '/interface/globalthis')
703703
const globals = await res.json()
704704
expect(globals.length > 0).toBe(true)

0 commit comments

Comments
 (0)