Skip to content

Commit 69fde09

Browse files
fix: typo in CONTRIBUTING.md (#614)
1 parent ac7cd58 commit 69fde09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ git checkout -b descriptive-name-for-your-changes
3333
4. **Setup the development environment**: If you are working on the code, make sure to install the necessary dependencies for development
3434

3535
```sh
36-
pip install -e "libs/kotaemon[dev]
36+
pip install -e "libs/kotaemon[dev]"
3737
```
3838

3939
5. **Make your changes**: Ensure your code follows the project's coding style and passes all test cases.

0 commit comments

Comments
 (0)