Skip to content

Commit

Permalink
docs: Fix typo in organization-of-code.md (#234)
Browse files Browse the repository at this point in the history
  • Loading branch information
rajanmoliya authored May 20, 2024
1 parent afe3160 commit 11244a2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ In this section, we will discuss how our codebase is organized. We have tried to
The `apps` directory contains all the applications that are part of the project. Each application is a separate package and has its own `package.json` file. The applications are:

- [**`api`**](../../../apps/api/): The main API server that serves the REST API.
- [**`api`**](../../../apps/web/): The web application that serves the homepage.
- [**`web`**](../../../apps/web/): The web application that serves the homepage.
- [**`platform`**](../../../apps/workspace/): The platform application hosts the UI that allows users to do the actual work.

## Packages under `packages` directory
Expand Down

0 comments on commit 11244a2

Please sign in to comment.