diff --git a/unisportomat/unisportomat/settings.py b/unisportomat/unisportomat/settings.py
index 1e46314375fb8545697ddb902f87bc66606ff270..803efec84cc414384ef995e2d8436b6e0e4fd3fa 100644
--- a/unisportomat/unisportomat/settings.py
+++ b/unisportomat/unisportomat/settings.py
@@ -126,7 +126,7 @@ STATIC_URL = "/static/"
 
 DEFAULT_AUTO_FIELD = "django.db.models.BigAutoField"
 
-CORS_ORITIN_WHITELIST = [
+CORS_ORIGIN_WHITELIST = [
     "http://localhost:3000",  # User Frontend
     "http://localhost:4000",  # Admin Frontend
 ]