Skip to content

Commit

Permalink
Use singular
Browse files Browse the repository at this point in the history
  • Loading branch information
janhohenheim committed Aug 8, 2024
1 parent c286d6f commit e3d3ebb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/design.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ see [the Unofficial Bevy Cheatbook](https://bevy-cheatbook.github.io/) and [bevy
## Pattern Table of Contents

- [Plugin Organization](#plugin-organization)
- [Widgets](#widgets)
- [Widget](#widget)
- [Asset Preloading](#asset-preloading)
- [Spawn Command](#spawn-command)
- [Interaction Callback](#interaction-callback)
Expand Down Expand Up @@ -83,7 +83,7 @@ By splitting your code like this, you can easily keep all your systems and resou
A good rule of thumb is to have one plugin per file,
but feel free to leave out a plugin if your file does not need to do anything with the `App`.

## Widgets
## Widget

### Pattern

Expand Down

0 comments on commit e3d3ebb

Please sign in to comment.