From cb122f833bfa95f9235f116f0c646e9a8ab4c507 Mon Sep 17 00:00:00 2001 From: Vaishnavi S Date: Fri, 14 Nov 2025 22:43:18 +0530 Subject: [PATCH] docs: fix typos in documentation Signed-off-by: Vaishnavi S --- docs/source/getting-started/install.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/source/getting-started/install.rst b/docs/source/getting-started/install.rst index 2cd09386d16..95cd01c8c37 100644 --- a/docs/source/getting-started/install.rst +++ b/docs/source/getting-started/install.rst @@ -151,7 +151,7 @@ under assets options. Installation on Linux and Mac ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ -Download the archive for your operating systen and extract +Download the archive for your operating system and extract the archive from command line:: tar -xvf scancode-toolkit-30.0.1_py38-linux.tar.gz @@ -357,7 +357,7 @@ Run the following once you have `Git `_ installed:: Configure the build ^^^^^^^^^^^^^^^^^^^ -ScanCode use a configure scripts to create an isolated virtual environment, +ScanCode uses a configure scripts to create an isolated virtual environment, install required packaged dependencies. On Linux/Mac: @@ -380,9 +380,9 @@ Now you are ready to use the freshly configured scancode-toolkit. .. NOTE:: - For use in development, run instead ``configure --dev``. If your face + For use in development, run instead ``configure --dev``. If you face issues while configuring a previous version, ``configure --clean`` to - clean and reset your enviroment. You will need to run ``configure`` again. + clean and reset your environment. You will need to run ``configure`` again. ----