diff --git a/docs/docs/developer/pr-checklist.md b/docs/docs/developer/pr-checklist.md index 4318f6106c..59aaa4fc75 100644 --- a/docs/docs/developer/pr-checklist.md +++ b/docs/docs/developer/pr-checklist.md @@ -6,7 +6,7 @@ When contributing code through a pull request, please check the following: - [ ] `npm run lint` (linting via ESLint) - [ ] `npm run format` (formatting via Prettier) -- [ ] `npm run check` (Type checking via SvelteKit) +- [ ] `npm run check:svelte` (Type checking via SvelteKit) - [ ] `npm test` (Tests via Jest) :::tip