Fix typo under page.py (#3001)

This commit is contained in:
Phuc Tran 2024-04-04 23:26:45 +07:00 committed by GitHub
parent 5274f04b66
commit 2ba526fb8e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -30,7 +30,7 @@ def page(
title: The title of the page.
image: The favicon of the page.
description: The description of the page.
meta: Additionnal meta to add to the page.
meta: Additional meta to add to the page.
on_load: The event handler(s) called when the page load.
script_tags: scripts to attach to the page