From 6d8f5064cbf6217821026ea4ee2f50c88cde2441 Mon Sep 17 00:00:00 2001 From: Kenneth Schnall Date: Thu, 7 Jul 2016 15:00:18 -0400 Subject: [PATCH] Update index.md --- docs/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.md b/docs/index.md index 3952f83ac..582094b2a 100644 --- a/docs/index.md +++ b/docs/index.md @@ -184,7 +184,7 @@ The tutorial will walk you through the building blocks that make up REST framewo * [1 - Serialization][tut-1] * [2 - Requests & Responses][tut-2] -* [3 - Class based views][tut-3] +* [3 - Class-based views][tut-3] * [4 - Authentication & permissions][tut-4] * [5 - Relationships & hyperlinked APIs][tut-5] * [6 - Viewsets & routers][tut-6]