Skip to content

Commit d3b5702

Browse files
anilkumarmylamuuki88
authored andcommitted
More grammar changes in docs (#1126)
1 parent c22ca36 commit d3b5702

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

src/sphinx/archetypes/index.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ Archetype plugins provide predefined configurations for your build. Like :ref:`f
77
archetype plugins can depend on other archetype plugins to extend existing functionality.
88

99
Project archetypes are default deployment scripts that try to "do the right thing" for a given type of project.
10-
Because not all projects are created equal, there is no one single archetype for all native packages, but a set
11-
of them for usage.
10+
Because not all projects are created equal, there is no single archetype for all native packages, but a set
11+
of them to choose from.
1212

1313
.. toctree::
1414
:maxdepth: 1

src/sphinx/index.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ needed to generate the best package possible.
1111

1212
Read the :ref:`introduction` to learn how native-packager works. The :ref:`getting-started` guide will help you set up
1313
your first package. The :ref:`packaging-formats` and :ref:`archetypes` sections explain the different plugins in more
14-
detail, which :ref:`recipes` provides solutions for common configurations.
14+
detail, while :ref:`recipes` provide solutions for common configurations.
1515

1616

1717
Sitemap

src/sphinx/introduction.rst

+4-4
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ These things are **out of native packagers scope**
5353
packager.
5454

5555
2. Providing deployment configurations
56-
Native packager produces artefacts with the ``packageBin`` task. What you do with these is part of another step in
56+
Native packager produces artifacts with the ``packageBin`` task. What you do with these is part of another step in
5757
your process.
5858

5959

@@ -65,7 +65,7 @@ Core Concepts
6565
Native packager is based on a few simple concepts. If you understand these, you will be able to customize your build,
6666
create own packaging formats and deploy more effectively.
6767

68-
1. **Separation of concerns** of the two plugin kinds
68+
1. **Separation of concerns** with two kinds of plugins
6969

7070
- :ref:`format plugins <packaging-formats>` define **how** a package is created
7171
- :ref:`archetype plugins <archetypes>` define **what** a package should contain
@@ -93,7 +93,7 @@ Format plugins provide the implementation to create package, the **how** a packa
9393
start with the plugin name, e.g. *rpmXYZ*.
9494

9595
3. Implement package task
96-
The ``packageBin`` or ``publishLocal`` ( docker ) task provides the actual action to create a package.
96+
``packageBin`` or ``publishLocal`` tasks provide the actual action to create a package.
9797

9898
By enabling a format plugin only with
9999

@@ -116,7 +116,7 @@ A full list of archetypes can be found
116116

117117

118118
An archetype may provide the following:
119-
1. New, archetype related settings and tasks
119+
1. Archetype related settings and tasks
120120
2. New files in your package
121121

122122
By enabling an archetype plugin with

0 commit comments

Comments
 (0)