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::