Skip to content

Commit

Permalink
Update developer-workflow.md (#1419)
Browse files Browse the repository at this point in the history
fix a misspell.
  • Loading branch information
abdellani authored Nov 14, 2024
1 parent 9e5544a commit 6a45f91
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Here's a general workflow for a Mattermost developer working on the {{< newtabre
1. Review the repository structure to familiarize yourself with the project:

* [./server/channels/api4/](https://github.com/mattermost/mattermost/tree/master/server/channels/api4) holds all API and application related code.
* [./server/public/mmodel/](https://github.com/mattermost/mattermost/tree/master/server/public/model) holds all data model definitions and the Go driver.
* [./server/public/model/](https://github.com/mattermost/mattermost/tree/master/server/public/model) holds all data model definitions and the Go driver.
* [./server/channels/store/](https://github.com/mattermost/mattermost/tree/master/server/channels/store) holds all database querying code.
* [./server/channels/utils/](https://github.com/mattermost/mattermost/tree/master/server/channels/utils) holds all utilities, such as the mail utility.
* [./server/i18n/](https://github.com/mattermost/mattermost/tree/master/server/i18n) holds all localization files for the server.
Expand Down

0 comments on commit 6a45f91

Please sign in to comment.