Skip to content

Commit 9a9bbd8

Browse files
docs: doc review comments
1 parent 95ca9fd commit 9a9bbd8

6 files changed

Lines changed: 7 additions & 7 deletions

File tree

docs/src/app/concepts/ConceptsTab.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ turing-validating-security-definitions-during-development-process'}
5050
<p>
5151
An SDV pipeline does all the same tasks as any existing CI/CD pipeline, however,
5252
if an application code change request results in a change to the security definitions
53-
required for that application to run an
53+
required for that application to run, an
5454
<strong> approval process </strong>
5555
is initiated, which&nbsp;
5656
<strong>must be approved by a Security Admin</strong>

docs/src/app/how/approval-bot/ApprovalBotStep.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ export default function ApprovalBotStep({
2929
of the SDV workflow.
3030
<br />
3131
<br />
32-
At this point, there are two open changes requests, one for the app or test code, and one for the
32+
At this point, there are two open change requests, one for the app or test code, and one for the
3333
security baseline, and from the perspective of the SCM tool there is no direct relation between them.
3434
Additionally, SCM tools currently do not provide the ability for actions in a change request to directly
3535
affect the status of another change request in a completely different repository.

docs/src/app/how/ci-pipeline/ciPipelineStep.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2371,7 +2371,7 @@ wk '{gsub(/\\./,"-"); print}'\`
23712371
</li>
23722372

23732373
<li>
2374-
If running in an Galasa Ecosystem, build a list of tests to run by&nbsp;
2374+
If running in a Galasa Ecosystem, build a list of tests to run by&nbsp;
23752375
<a
23762376
href='https://galasa.dev/docs/cli-command-reference/ecosystem-cli-runs-prepare'
23772377
target='_blank'

docs/src/app/how/galasa-architecture/GalasaArchitectureStep.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ export default function GalasaArchitectureStep({
6363
tests are finished running.
6464
<br />
6565
<br />
66-
This option works well if there is a small number of tests with no requirement to run test in parallel.
66+
This option works well if there are a small number of tests with no requirement to run test in parallel.
6767
</p>
6868

6969
<h3 className='galasa-architecture-step-subheading-inner'>Ecosystem using DSE</h3>

docs/src/app/how/zos-configuration/ZosConfigStep.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,8 @@ export default function ZosConfigurationStep({
7878
as this will increase the number of tests that can be ran in parallel.
7979
<br />
8080
This is because a user must only be used for one test at a time, to eliminate the risk of capturing
81-
&quot;Security noise&quot;, which would be the capturing of security being used by another test using
82-
the same user at the same time.
81+
&quot;Security noise&quot;, which would be the capturing of security requests from another test
82+
using the same user at the same time.
8383
<br />
8484
The number of users in the pool should be relative to the amount of tests using the role.
8585
</p>

docs/src/app/problem/ProblemTab.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ export default function ProblemTab({
3636
SDV automates and improves the efficiency of identifying required changes to security when changes are
3737
made to
3838
CICS applications. This is currently a slow, error prone, and manual process, often leading to
39-
application breakages when the application is first ran in an environment with security switched on, which
39+
application breakages when the application is first run in an environment with security switched on, which
4040
is more common than not, pre-production!
4141
</p>
4242
<br />

0 commit comments

Comments
 (0)