Skip to content

Commit 2f924da

Browse files
Improve wording of the MVC glossary term (#102)
1 parent fd75dfa commit 2f924da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

glossary.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ New to REST APIs? Get up to speed with phrases used throughout our documentation
55

66
<h2 id="controller">Controller</h2>
77

8-
[Model-View-Controller](http://en.wikipedia.org/wiki/Model-view-controller) is a standard pattern in software development. If you aren't already familiar it, you should do a bit of reading to get up to speed.
8+
[Model-View-Controller](http://en.wikipedia.org/wiki/Model-view-controller) is a standard pattern in software development. If you aren't already familiar with it, you should do a bit of reading to get up to speed.
99

1010
Within WP-API, we've adopted the controller concept to have a standard pattern for the classes representing our resource endpoints. All resource endpoints extend `WP_REST_Controller` to ensure they implement common methods.
1111

0 commit comments

Comments
 (0)