From 08aa6fafffc4ca7eaa91e54eeeba184d68c0d7e2 Mon Sep 17 00:00:00 2001 From: Sebastian Sdorra Date: Thu, 2 Jul 2020 10:53:48 +0200 Subject: [PATCH] fixed typo --- docs/en/development/plugins/extension-points.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/development/plugins/extension-points.md b/docs/en/development/plugins/extension-points.md index 6a828f66bc..74893cfac4 100644 --- a/docs/en/development/plugins/extension-points.md +++ b/docs/en/development/plugins/extension-points.md @@ -7,7 +7,7 @@ The following extension points are provided for the frontend: ### admin.navigation ### admin.route ### admin.setting -### changeset.description.tokes +### changeset.description.tokens - Can be used to replace parts of a changeset description with components - Has to be bound with a funktion taking the changeset and the (partial) description and returning `Replacement` objects with the following attributes: - textToReplace: The text part of the description that should be replaced by a component