You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: 15/umbraco-cms/customizing/extending-overview/extension-registry/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,6 @@ The extension registry is a global registry that can be accessed and changed at
14
14
15
15
Each Extension Manifest has to declare its type, this is used to determine where it hooks into the system. It also looks at what data is required to declare within it.
16
16
17
-
## [Replace, Exclude or Unregistere](./#replace-exclude-or-unregistere)
17
+
## [Replace, Exclude or Unregister](./#replace-exclude-or-unregister)
18
18
19
19
Once you understand how to declare your own, you may want to replace or remove existing.
0 commit comments