From 31bcf8dee13bbb23e554e08ac6a9996799bacfff Mon Sep 17 00:00:00 2001 From: Anders Payerl <6882326+APayerl@users.noreply.github.com> Date: Fri, 7 Jul 2023 10:09:54 +0200 Subject: [PATCH] Fix typo in select (#28114) fix typo --- source/_integrations/select.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_integrations/select.markdown b/source/_integrations/select.markdown index 566ee76dccf..05a9f43a8fc 100644 --- a/source/_integrations/select.markdown +++ b/source/_integrations/select.markdown @@ -94,7 +94,7 @@ The {% my developer_call_service service="select.select_option" %} service changes the selected option to a specific desired option provided in the service call using the required `option` service call data. -The service call wil not succeed if the selected option is not available in +The service call will not succeed if the selected option is not available in the list of options for the targeted entity. {% my developer_call_service badge service="select.select_option" %}