From 2ba526fb8eac710bd37e37582713620aa55626a7 Mon Sep 17 00:00:00 2001 From: Phuc Tran Date: Thu, 4 Apr 2024 23:26:45 +0700 Subject: [PATCH] Fix typo under page.py (#3001) --- reflex/page.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reflex/page.py b/reflex/page.py index b0c333b2f..4ad3bb503 100644 --- a/reflex/page.py +++ b/reflex/page.py @@ -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