diff --git a/docs/sphinx/reference-scenes.rst b/docs/sphinx/reference-scenes.rst index 71b584cf2..9f01813bd 100644 --- a/docs/sphinx/reference-scenes.rst +++ b/docs/sphinx/reference-scenes.rst @@ -540,8 +540,8 @@ Scene Item Group Functions .. function:: void obs_sceneitem_group_remove_item(obs_sceneitem_t *item) - Rmoves a scene item from a group. The item will be placed before the - group in the main scene. + Removes a scene item from a group. The item will be placed before + the group in the main scene. ---------------------