From 9c8750da5075c662cdc7876546ed9064df45ce61 Mon Sep 17 00:00:00 2001 From: Sarthak Shah <92942966+Not-Sarthak@users.noreply.github.com> Date: Fri, 9 Jun 2023 10:41:11 +0530 Subject: [PATCH] Update index.rst fixed a minor typo --- .../guides/creating-interfaces/html-with-reactpy/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/guides/creating-interfaces/html-with-reactpy/index.rst b/docs/source/guides/creating-interfaces/html-with-reactpy/index.rst index df709148a..4a8ba4957 100644 --- a/docs/source/guides/creating-interfaces/html-with-reactpy/index.rst +++ b/docs/source/guides/creating-interfaces/html-with-reactpy/index.rst @@ -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