diff --git a/topics/tutorials/framework.md b/topics/tutorials/framework.md
index 659fed000..4ab6d9a40 100644
--- a/topics/tutorials/framework.md
+++ b/topics/tutorials/framework.md
@@ -1,4 +1,4 @@
-
+
# Frameworks
@@ -22,7 +22,7 @@ final class DemoFramework extends FrameworkTypeEx {
## Registering Framework
-The newly created framework class should be registered as an extension point by adding `com.intellij.framework.type` extension in [`plugin.xml`](%gh-sdk-samples-master%/framework_basics/src/main/resources/META-INF/plugin.xml) configuration file:
+The newly created framework class should be registered in in [`plugin.xml`](%gh-sdk-samples-master%/framework_basics/src/main/resources/META-INF/plugin.xml) configuration file:
```xml