diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 1cb383100f..3c9864f4d8 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -62,7 +62,7 @@ pnpm run docs:dev ```shell # If you would like to run a local playground to test out your changes against # Some specific component -touch play/scr/App.vue # Adding an entry for the play to run. +touch play/src/App.vue # Adding an entry for the play to run. pnpm run dev ```