From cc6e78802173b895dd6db51f3aaf0be201db4a8e Mon Sep 17 00:00:00 2001 From: Jack Kingsman Date: Mon, 23 Feb 2026 23:34:49 -0800 Subject: [PATCH] Fix typos --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 40f4875..8e3e61f 100644 --- a/README.md +++ b/README.md @@ -158,7 +158,7 @@ Run both the backend and `npm run dev` for hot-reloading frontend development. ### Code Quality & Tests -Please test, lint, format, and quality check your code before PRing or committing. At the least, run a lint + autoformat + pyright check on the bakend, and a lint + autoformat on the frontend. +Please test, lint, format, and quality check your code before PRing or committing. At the least, run a lint + autoformat + pyright check on the backend, and a lint + autoformat on the frontend.
But how? @@ -279,7 +279,7 @@ cd frontend npm run test:run ``` -**E2#:** +**E2E:** Warning: these tests are only guaranteed to run correctly in a narrow subset of environments; they require a busy mesh with messages arriving constantly. E2E tests are generally not necessary to run for normal development work.