summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/build_profile_docs.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/build_profile_docs.py b/scripts/build_profile_docs.py
index 1d09ae7a..08916fb7 100755
--- a/scripts/build_profile_docs.py
+++ b/scripts/build_profile_docs.py
@@ -24,7 +24,7 @@ def format_profile(profile_name: str, profile: Dict[str, Any]) -> str:
return f"""
#{profile_name}
-{profile.get('descripiton', '')}
+{profile.get('description', '')}
{options}
"""