Skip to content

Commit

Permalink
fix typo in DEVELOP.md (#231)
Browse files Browse the repository at this point in the history
programatically -> programmatically
  • Loading branch information
eltociear authored Mar 25, 2023
1 parent 6da0b76 commit bbd9783
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clients/js/DEVELOP.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ This readme is helpful for local dev.

### Prereqs:
- Make sure you have Java installed (for the generator). You can download it from [java.com](https://java.com)
- Make sure you are running the docker backend at localhost:8000 (*there is probably a way to stand up the fastapi server by itself and programatically in the loop of generating this, but not prioritizing it for now. It may be important for the release)
- Make sure you are running the docker backend at localhost:8000 (*there is probably a way to stand up the fastapi server by itself and programmatically in the loop of generating this, but not prioritizing it for now. It may be important for the release)

### Generating
1. `yarn` to install deps
Expand Down

0 comments on commit bbd9783

Please sign in to comment.