Skip to content

Commit bc3f80f

Browse files
committed
Fix name in list of features (#2438)
# Objective - Fix the name of the `bevy_dynamic_plugin` feature in the list of features ## Solution - Remove the letter "s" 😶
1 parent 85a10ec commit bc3f80f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/cargo_features.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
|feature name|description|
66
|-|-|
77
|bevy_audio|Audio support. Support for all audio formats depends on this.|
8-
|bevy_dynamic_plugins|Plugins for dynamic loading (libloading).|
8+
|bevy_dynamic_plugin|Plugin for dynamic loading (libloading).|
99
|bevy_gilrs|Adds gamepad support.|
1010
|bevy_gltf|[glTF](https://www.khronos.org/gltf/) support.|
1111
|bevy_winit|GUI support.|

0 commit comments

Comments
 (0)