Skip to content

Commit

Permalink
Correct documentation spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
microbit-grace committed Mar 13, 2024
1 parent 8a5a4d3 commit a2984a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/e2e/documentation.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*/
import { App } from "./app";

describe("documentaion", () => {
describe("documentation", () => {
const app = new App();
beforeEach(app.reset.bind(app));
afterEach(app.screenshot.bind(app));
Expand Down

0 comments on commit a2984a5

Please sign in to comment.