Remove typo

This commit is contained in:
2025-03-08 11:17:39 +00:00
parent cb01a25c7d
commit fd07ddf976

View File

@@ -81,7 +81,7 @@ def projects() -> str:
all_categories=categories,
title='Projects',
page_title='Projects - ',
description='A selection of projects I\'ve been involved in1')
description='A selection of projects I\'ve been involved in')
@app.route('/projects/category/<category_id>/')
def category(category_id: str) -> str: