Skip to content

Commit e7a6b5b

Browse files
Update index.rst (#1026)
fixed a minor typo Co-authored-by: Ryan Morshead <ryan.morshead@gmail.com>
1 parent 9c707d3 commit e7a6b5b

File tree

1 file changed

+1
-1
lines changed
  • docs/source/guides/creating-interfaces/html-with-reactpy

1 file changed

+1
-1
lines changed

docs/source/guides/creating-interfaces/html-with-reactpy/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
HTML With ReactPy
22
=================
33

4-
In a typical Python-base web application the responsibility of defining the view along
4+
In a typical Python-based web application the responsibility of defining the view along
55
with its backing data and logic are distributed between a client and server
66
respectively. With ReactPy, both these tasks are centralized in a single place. This is
77
done by allowing HTML interfaces to be constructed in Python. Take a look at the two

0 commit comments

Comments
 (0)