diff --git a/docs/docs/llms/unhappy-paths.mdx b/docs/docs/llms/unhappy-paths.mdx index d05476020fab..ce357a0fd17d 100644 --- a/docs/docs/llms/unhappy-paths.mdx +++ b/docs/docs/llms/unhappy-paths.mdx @@ -151,9 +151,8 @@ flows: action: utter_not_corrected_previous_input ``` -By overriding these defaults, you could, for example, either remove the confirmation -for correcting slots or make correcting slots impossible. You can override these defaults -by defining flows, slots, or responses with the respective names shown here. +You can override these defaults by defining flows, slots, or responses with the +respective names shown here. For instance, you could either remove the confirmation for correcting slots or disable slots correction altogether. ## Cancellations TODO, once implemented \ No newline at end of file