diff --git a/.changeset/angry-trees-relax.md b/.changeset/angry-trees-relax.md
index 761d7db854..584ecf2c1b 100644
--- a/.changeset/angry-trees-relax.md
+++ b/.changeset/angry-trees-relax.md
@@ -7,9 +7,5 @@ Enabling the customization of the last step in the scaffolder template.
To override the content you have to do the next:
```typescript jsx
-scaffolderPlugin.__experimentalReconfigure({
- lastStepFormComponent: (props: LastStepFormProps) => (
-
- ),
-});
+
```