Skip to content

Commit c4cfea6

Browse files
authored
docs: fix typo (developper -> developer) (#1293)
* docs: fix typo (developper -> developer) * Fix a typo in my typo fix
1 parent 7b8259b commit c4cfea6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/src/usecases.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,8 @@ Each of the subprojects defines a `workspace.josh` file, defining the mapping be
7676
In this setup, project1 and project2 can seemlessly depend on the latest version of library1, while only checking out the part of the central monorepo that's needed for their purpose.
7777
What's more, any changes to a shared module will be synced in both directions.
7878

79-
If a developper of the library1 pushed a new update, both projects will get the new version, and the developper will be able to check if they broke any test.
80-
If a developper of project1 needs to update the library, the changes will be automatically shared back into central, and project2.
79+
If a developer of the library1 pushed a new update, both projects will get the new version, and the developer will be able to check if they broke any test.
80+
If a developer of project1 needs to update the library, the changes will be automatically shared back into central, and project2.
8181

8282
### Simplified CI/CD
8383

0 commit comments

Comments
 (0)