From 5181dc41d8f289bdc7d915a517f5591bc39e89aa Mon Sep 17 00:00:00 2001 From: Evanroby <107794516+Evanroby@users.noreply.github.com> Date: Mon, 27 Apr 2026 09:02:30 +0200 Subject: [PATCH] more docs typos --- docs/interactions/api.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/interactions/api.rst b/docs/interactions/api.rst index a7a015f3a..2e60e211d 100644 --- a/docs/interactions/api.rst +++ b/docs/interactions/api.rst @@ -533,10 +533,10 @@ Enumerations .. attribute:: file_upload - Represents a file upload component, usually in a modal. + Represents a file upload component, usually in a modal. + + .. versionadded:: 2.7 - .. versionadded:: 2.7 - .. attribute:: radio_group Represents a radio group component. @@ -634,7 +634,7 @@ Enumerations A string parameter. .. attribute:: integer - A integer parameter. + An integer parameter. .. attribute:: boolean A boolean parameter.