From 949c3522b6a139432debe1ffddcecbd371ee82e1 Mon Sep 17 00:00:00 2001 From: Dirk Stolle Date: Tue, 18 Apr 2023 14:06:15 +0200 Subject: [PATCH] Fix a small typo (#212) --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index c42c296..92c1305 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -63,7 +63,7 @@ each with their characteristics. - `bevy-main`. Tracks the `main` branch of `bevy`. You should target this branch - only if you have to accomodate a breaking change caused by Bevy, + only if you have to accommodate a breaking change caused by Bevy, or if you want to develop a feature not yet supported by the latest release.