Skip to content

Commit 1b1a4e2

Browse files
authored
docs: fix typo (#79)
1 parent e1e4302 commit 1b1a4e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demo/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
def api_index() -> list[AnyComponent]:
1414
# language=markdown
1515
markdown = """\
16-
This site providers a demo of [FastUI](https://github.com/pydantic/FastUI), the code for the demo
16+
This site provides a demo of [FastUI](https://github.com/pydantic/FastUI), the code for the demo
1717
is [here](https://github.com/pydantic/FastUI/tree/main/demo).
1818
1919
The following components are demonstrated:

0 commit comments

Comments
 (0)