Skip to content

Commit 36ef10f

Browse files
Update modernizing-existing-add-ons.md
1 parent 678cc74 commit 36ef10f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/development/modernizing-existing-add-ons.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ class Addon_mcp extends Mcp
4747

4848
## Updating your ext.addon.php file
4949

50-
In order to use the new approach, you will have to have your mcp file use and extend the Extension add-on service
50+
In order to use the new approach, you will have to have your ext file use and extend the Extension add-on service
5151

5252
```
5353
use ExpressionEngine\Service\Addon\Extension;
@@ -57,7 +57,7 @@ class Addon_ext extends Extension
5757

5858
## Updating your upd.addon.php file
5959

60-
In order to use the new approach, you will have to have your mcp file use and extend the Installer add-on service
60+
In order to use the new approach, you will have to have your upd file use and extend the Installer add-on service
6161

6262
```
6363
use ExpressionEngine\Service\Addon\Installer;

0 commit comments

Comments
 (0)