Skip to content

Commit 73c7a19

Browse files
committed
Small typo correction in how-to-create-custom-plugins.md
1 parent 998db26 commit 73c7a19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

how-to-create-custom-plugins.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ The main plugin file `wpcli-demo-plugin.php` is the starting point that we can u
4949

5050
Inside the main plugin file lets now reference the new post type we just created.
5151

52-
Open in your favorite text editor the file `wpcli-demo-plugin.php`
52+
Open in your favourite text editor the file `wpcli-demo-plugin.php`
5353
and under the line saying "your code starts here" add the following:
5454

5555
```

0 commit comments

Comments
 (0)