Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/content/en/1.getting-started/4.project-structure.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ Files contained within the `public/` directory are served at the root and are no
### `package.json`

This file contains all the dependencies and scripts for your application. The `package.json` of
a Docus application si really minimal and looks like:
a Docus application is really minimal and looks like:

```json [package.json]
{
Expand Down