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" 😶
This commit is contained in:
Klim Tsoutsman 2021-07-06 21:15:50 +00:00
parent 85a10eccc5
commit bc3f80fb85

View file

@ -5,7 +5,7 @@
|feature name|description|
|-|-|
|bevy_audio|Audio support. Support for all audio formats depends on this.|
|bevy_dynamic_plugins|Plugins for dynamic loading (libloading).|
|bevy_dynamic_plugin|Plugin for dynamic loading (libloading).|
|bevy_gilrs|Adds gamepad support.|
|bevy_gltf|[glTF](https://www.khronos.org/gltf/) support.|
|bevy_winit|GUI support.|