From 9da0e3603fce1536e417b6d7f5767928b0449931 Mon Sep 17 00:00:00 2001 From: Maxwell Frank <92897870+MaxFrank13@users.noreply.github.com> Date: Thu, 31 Oct 2024 09:29:01 -0400 Subject: [PATCH] chore: update README.rst Co-authored-by: Jason Wesson --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 397ebde4..21e4c60b 100644 --- a/README.rst +++ b/README.rst @@ -309,7 +309,7 @@ The two main places to configure a fallback component for a given implementation PluginSlot props ```````````````` -Can be used when setting a fallback for the slot that will be used for all of its child plugins. To configure, set the `slotErrorFallbackComponent` prop in the `PluginSlot` to a React component. This will replace the default `` from frontend-platform. +This is ideally used when the same fallback should be applied to all of the plugins in the `PluginSlot`. To configure, set the `slotErrorFallbackComponent` prop in the `PluginSlot` to a React component. This will replace the default `` component from frontend-platform. .. code-block::