浏览代码

Fix typo under page.py (#3001)

Phuc Tran 1 年之前
父节点
当前提交
2ba526fb8e
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      reflex/page.py

+ 1 - 1
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