Skip to content

Commit

Permalink
Fix misspelling
Browse files Browse the repository at this point in the history
Fix misspelling of repository-path in installation-part of frontend-documentation.
  • Loading branch information
vanderb committed Jan 10, 2024
1 parent 19ba80a commit e047b51
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/contributing/frontend.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:https://localhost:3000
Expand All @@ -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!
### Now you can start developing your own features and share them with the community!

0 comments on commit e047b51

Please sign in to comment.