diff --git a/conf.py b/conf.py
index 3c3bab9335b566222c157528a000b004d0cc0131..672a80f88b6f164be317786c875087a609e7ef0c 100644
--- a/conf.py
+++ b/conf.py
@@ -81,7 +81,7 @@ html_theme_options = {
             "attributes": {"target": "_blank"},
         },
         {
-            "name": "Fourm",
+            "name": "Forum",
             "url": "https://forum.beagleboard.org/c/gsoc",
             "icon": "fa-brands fa-discourse",
             "attributes": {"target": "_blank"},
@@ -153,4 +153,4 @@ latex_engine = "xelatex"
 latex_logo = str("_static/images/logo-latex.pdf")
 latex_documents = [
     ("proposals/template", "template.tex", "Project proposal template 2024", "John Doe", "manual"),
-]
+]
\ No newline at end of file