diff --git a/docs/source/how_to_guides/custom_actions.rst b/docs/source/how_to_guides/custom_actions.rst index 4b51e76a..7874981d 100644 --- a/docs/source/how_to_guides/custom_actions.rst +++ b/docs/source/how_to_guides/custom_actions.rst @@ -18,7 +18,7 @@ An example of a custom action is seen below, with key information about what is .. code:: Python - class ExampleActionClass(AbstractAction, identifier="ExampleActions"): + class ExampleActionClass(AbstractAction, discriminator="ExampleActions"): """Example Action Class""" config: ExampleAction.ConfigSchema(AbstractAction.ConfigSchema)