diff --git a/docs/topics/2.3-announcement.md b/docs/topics/2.3-announcement.md index 21d9f1dbc..d9bab39dc 100644 --- a/docs/topics/2.3-announcement.md +++ b/docs/topics/2.3-announcement.md @@ -6,7 +6,7 @@ REST framework 2.3 makes it even quicker and easier to build your Web APIs. The 2.3 release introduces the [ViewSet][viewset] and [Router][router] classes. -A viewset is simply a type of class based view that allows you to group multiple views into a single common class. +A viewset is simply a type of class-based view that allows you to group multiple views into a single common class. Routers allow you to automatically determine the URLconf for your viewset classes.