From d468d6e890e62970be22a5cdcfeadb2393dfc71d Mon Sep 17 00:00:00 2001 From: Adeeb Shihadeh Date: Mon, 21 Feb 2022 13:30:56 -0800 Subject: [PATCH] docs: fix title typo --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index 5715a40b8b7d3f..c11d17455d7bc6 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -56,7 +56,7 @@ "property=og:locale": "en_US", "property=og:site_name": "docs.comma.ai", "property=og:url": "https://docs.comma.ai", - "property=og:title": "openpilot Docuemntation", + "property=og:title": "openpilot Documentation", "property=og:type": "website", "property=og:image:type": "image/jpeg", "property=og:image:width": "400",