From 571e38ba79292092fbc60f3768b4e8081d100b15 Mon Sep 17 00:00:00 2001 From: Dhruva Kumar Date: Sun, 2 Aug 2026 21:14:25 +0530 Subject: [PATCH] Fix grammar in browser documentation --- source/contribute.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/contribute.rst b/source/contribute.rst index f512dd30d..7f8e8a421 100644 --- a/source/contribute.rst +++ b/source/contribute.rst @@ -145,7 +145,7 @@ To build the guide, run the following shell command in the project's root folder After the process has completed you can find the HTML output in the ``./build/html`` directory. You can open the ``index.html`` file to view the -guide in web browser, but it's recommended to serve the guide using an HTTP +guide in web a browser, but it's recommended to serve the guide using an HTTP server. You can build the guide and serve it via an HTTP server using the following