summaryrefslogtreecommitdiff
path: root/src/pyssg/page.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/pyssg/page.py')
-rw-r--r--src/pyssg/page.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pyssg/page.py b/src/pyssg/page.py
index 2a6fce7..7f8c542 100644
--- a/src/pyssg/page.py
+++ b/src/pyssg/page.py
@@ -143,7 +143,7 @@ class Page:
' "default_image" set in the config file')
# if contains open graph elements
- # TODO: better handle thsi part
+ # TODO: better handle this part
try:
# og_e = object graph entry
og_elements: list[str] = self.meta['og']