summaryrefslogtreecommitdiffstats
path: root/website/generate_excel_markdown.py
diff options
context:
space:
mode:
Diffstat (limited to 'website/generate_excel_markdown.py')
-rw-r--r--website/generate_excel_markdown.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/website/generate_excel_markdown.py b/website/generate_excel_markdown.py
index 555215edb70..0fefcb7f036 100644
--- a/website/generate_excel_markdown.py
+++ b/website/generate_excel_markdown.py
@@ -15,7 +15,7 @@ XL_FUNCS_PATH = CONTENT_PATH / "excel" / "functions.json"
XL_PLATFORM_PATH = CONTENT_PATH / "excel" / "openapi.json"
SEO_METADATA_PATH = WEBSITE_PATH / "metadata" / "platform_v4_seo_metadata.json"
-# URLs: the platorm url should match the backend being used by excel.openbb.co
+# URLs: the platform url should match the backend being used by excel.openbb.co
XL_FUNCS_URL = "https://excel.openbb.co/assets/functions.json"
XL_PLATFORM_URL = "https://sdk.openbb.co/openapi.json"