We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c707d3 commit e7a6b5bCopy full SHA for e7a6b5b
docs/source/guides/creating-interfaces/html-with-reactpy/index.rst
@@ -1,7 +1,7 @@
1
HTML With ReactPy
2
=================
3
4
-In a typical Python-base web application the responsibility of defining the view along
+In a typical Python-based web application the responsibility of defining the view along
5
with its backing data and logic are distributed between a client and server
6
respectively. With ReactPy, both these tasks are centralized in a single place. This is
7
done by allowing HTML interfaces to be constructed in Python. Take a look at the two
0 commit comments