diff --git a/packages/server/test/e2e/8_read_only_fs.ts b/packages/server/test/e2e/8_read_only_fs.ts index ad01724932e8..f32a1ef64386 100644 --- a/packages/server/test/e2e/8_read_only_fs.ts +++ b/packages/server/test/e2e/8_read_only_fs.ts @@ -14,7 +14,7 @@ describe('e2e project dir access', function () { } // write out the project structure - // we cant sue one define by source code since we need to modify the file permissions on the dir and files + // we cant use one defined by source code since we need to modify the file permissions on the dir and files fs.mkdirSync(path.join(projectDir)) fs.writeFileSync(path.join(projectDir, 'cypress.json'), `{"projectId": "2pz86o"}`)