Skip to content
This repository was archived by the owner on Apr 16, 2026. It is now read-only.

Commit 99223c2

Browse files
committed
Typo fix
1 parent 97a3a9e commit 99223c2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

design-book/src/architecture.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ There are some elements not covered in this example, but worth mentioning:
8686

8787
#### .bevyignore
8888

89-
We should have a file similar to `.gitignore` that would omit files from being included in the editor's project tree or any other behing-the-scenes file touching/analysis the editor does. BurntSushi's [ignore crate](https://github.com/BurntSushi/ripgrep/tree/master/crates/ignore) has a `.gitignore` implementation we can use here.
89+
We should have a file similar to `.gitignore` that would omit files from being included in the editor's project tree or any other behind-the-scenes file touching/analysis the editor does. BurntSushi's [ignore crate](https://github.com/BurntSushi/ripgrep/tree/master/crates/ignore) has a `.gitignore` implementation we can use here.
9090

9191
#### Building `lib_game`
9292

0 commit comments

Comments
 (0)