From 951ffa7595702e3a12dceb10618317b3f30d679c Mon Sep 17 00:00:00 2001
From: Michal Petrik <misopetrik@gmail.com>
Date: Sun, 1 May 2022 14:31:20 +0200
Subject: [PATCH] Update 50_final_project.md

---
 website/content/08_web_frameworks/50_final_project.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/website/content/08_web_frameworks/50_final_project.md b/website/content/08_web_frameworks/50_final_project.md
index ebe3790..d790da9 100644
--- a/website/content/08_web_frameworks/50_final_project.md
+++ b/website/content/08_web_frameworks/50_final_project.md
@@ -59,7 +59,7 @@ class Post(models.Model):
 
 Notice a few things:
 1. This is a **nested** class under `Post`, so make sure it's indented properly
-1. `ordering` expects a `tuple`, so don't forget that trailing comma. 
+2. `ordering` expects a `tuple`, so don't forget that trailing comma. 
 
 Make sure your server is running
 
@@ -140,4 +140,4 @@ Here are a few ideas that you can start with:
 - Add pagination so that only 10 posts show on the main page, have a previous and a next button.
 - Make the blog look nicer by styling it with CSS.
 
-Note: If you'd like to see a standalone Django course, you can request it from Frontend Masters via [Twitter](https://twitter.com/FrontendMasters) or e-mail at support@frontendmasters.com.
\ No newline at end of file
+Note: If you'd like to see a standalone Django course, you can request it from Frontend Masters via [Twitter](https://twitter.com/FrontendMasters) or e-mail at support@frontendmasters.com.