Update index.rst (#1026)

fixed a minor typo

Co-authored-by: Ryan Morshead <ryan.morshead@gmail.com>
This commit is contained in:
Sarthak Shah 2023-06-10 23:37:10 +05:30 committed by GitHub
parent 9c707d33f8
commit e7a6b5b3e1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,7 +1,7 @@
HTML With ReactPy
=================
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
with its backing data and logic are distributed between a client and server
respectively. With ReactPy, both these tasks are centralized in a single place. This is
done by allowing HTML interfaces to be constructed in Python. Take a look at the two