Skip to content

Commit f9d19cc

Browse files
authored
Updated faq.rst (#1448)
Signed-off-by: Alok Kumar <alokkumarjipura9973@gmail.com>
1 parent 0f868a1 commit f9d19cc

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/faq.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ and run the appropriate pipeline.
1616
ScanCode.io offers several :ref:`built_in_pipelines` depending on your input, see
1717
the :ref:`faq_which_pipeline` below.
1818

19-
As an alternative, I you simply which to run a pipeline without installing ScanCode.io
19+
As an alternative, If you simply which to run a pipeline without installing ScanCode.io
2020
you may use the Docker image to run pipelines as a single command:
2121

2222
.. code-block:: bash
@@ -41,7 +41,7 @@ Here are some general guidelines based on different input scenarios:
4141
- If you have a **Docker image** as input, use the
4242
:ref:`analyze_docker_image <pipeline_analyze_docker_image>` pipeline.
4343
- For a full **codebase compressed as an archive**, optionally also with
44-
it's **pre-resolved dependenices**, and want to detect all the packages
44+
it's **pre-resolved dependencies**, and want to detect all the packages
4545
present linked with their respective files, use the
4646
:ref:`scan_codebase <pipeline_scan_codebase>` pipeline.
4747
- If you have a **single package archive**, and you want to get information
@@ -58,7 +58,7 @@ Here are some general guidelines based on different input scenarios:
5858
resolve packages from their package requirements, use the
5959
:ref:`resolve_dependencies <pipeline_resolve_dependencies>` pipeline.
6060
- When you have application **package archives/codebases** and optionally also
61-
their **pre-resolved dependenices** and you want to **inspect packages**
61+
their **pre-resolved dependencies** and you want to **inspect packages**
6262
present in the package manifests and dependency, use the
6363
:ref:`inspect_packages <pipeline_inspect_packages>` pipeline.
6464
- For scenarios involving both a **development and deployment codebase**, consider using
@@ -102,8 +102,8 @@ data:
102102
.. image:: images/license-clarity-scan-summary.png
103103

104104
In contrast, the :ref:`scan_codebase <pipeline_scan_codebase>` pipeline is more of a
105-
general purpose pipeline and make no such single package assumption.
106-
It does not not compute such summary.
105+
general purpose pipeline and makes no such single package assumption.
106+
It does not compute such summary.
107107

108108
You can also have a look at the different steps for each pipeline from the
109109
:ref:`built_in_pipelines` documentation.

0 commit comments

Comments
 (0)