From 74f4c177c50278f244c0e9525266eb674069b715 Mon Sep 17 00:00:00 2001 From: Chetan0402 <67182731+chetan0402@users.noreply.github.com> Date: Sat, 11 Mar 2023 22:13:51 +0530 Subject: [PATCH] DOC: typo fix contributing_environment --- doc/source/development/contributing_environment.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/development/contributing_environment.rst b/doc/source/development/contributing_environment.rst index a648b18a554ee..d870c67d37e2c 100644 --- a/doc/source/development/contributing_environment.rst +++ b/doc/source/development/contributing_environment.rst @@ -21,7 +21,7 @@ locally before pushing your changes. It's recommended to also install the :ref:` Step 1: install a C compiler ---------------------------- -How to do this will depend on your platform. If you choose to user ``Docker`` +How to do this will depend on your platform. If you choose to use ``Docker`` in the next step, then you can skip this step. **Windows**