From e047b519bdeb3bc2bc8c7389da5e9b4676910a7a Mon Sep 17 00:00:00 2001 From: Freerk van Zeijl Date: Wed, 10 Jan 2024 12:00:01 +0100 Subject: [PATCH] Fix misspelling Fix misspelling of repository-path in installation-part of frontend-documentation. --- docs/contributing/frontend.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/contributing/frontend.md b/docs/contributing/frontend.md index 5d196e1..5a812bf 100644 --- a/docs/contributing/frontend.md +++ b/docs/contributing/frontend.md @@ -20,7 +20,7 @@ specific areas you're interested in or questions about the architecture, feel fr ## Installation -1. Clone repository `git clone https://github.com/buggregator/fronend.git` +1. Clone repository `git clone https://github.com/buggregator/frontend.git` 2. Install dependencies `yarn install` 3. Run NodeJS server `yarn dev` 4. Open http://localhost:3000 @@ -29,4 +29,4 @@ You can also run Storybook `yarn sb` to see all components in isolation with moc --- -### Now you can start developing your own features and share them with the community! \ No newline at end of file +### Now you can start developing your own features and share them with the community!