Skip to content

Commit 30fad4d

Browse files
jonatasemidioJonatas Emidio de Souza
andauthored
Fix grammar and typos in documentation files (RedHatQE#2258)
Co-authored-by: Jonatas Emidio de Souza <jonatassouza@Mac.lan>
1 parent c4cfd51 commit 30fad4d

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

containers/fedora/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ Otherwise:
141141
a. New tag is created for the active tag '41' as '41.rev-xxxxxx'
142142
b. then new tag for uploaded multi-arch image manifest '41.rev-250318' is created as '41'.
143143

144-
This way there will be very minimal impact for test runs that
144+
This way there will be minimal impact for test runs that
145145
tried to pull the latest fedora container image with tag '41'
146146

147147
# Test build via GitHub

docs/CODING_AND_STYLE_GUIDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Only add comments when necessary. For example, when using complex regex.
5050
- Keep focus on current requirements; do not prepare code for the future just because it may be useful.
5151
- Reason well for code structure when it is not obvious
5252
- Every function, variable, fixture, etc. written in the code - must be used, or else removed.
53-
- Log enough to make you debug and understand the flow easy, but do not spam the log with unuseful info.
53+
- Log enough to make you debug and understand the flow easy, but do not spam the log with unhelpful info.
5454
Error logs should be detailed with what failed, status and so on.
5555

5656
## Directory structure

docs/DEVELOPER_GUIDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ patch is listed in comments to the review request.
7474

7575
### Check the code
7676

77-
We use checks tools that are defined in .pre-commit-config.yaml file
77+
We use check tools that are defined in .pre-commit-config.yaml file
7878
To install pre-commit:
7979

8080
```bash

tests/scale/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"test_namespace" - the name of the project the test resources will be created at.
3838

3939
"test_duration" - number of minutes for the test to keep running
40-
"vms_verification_interval" - minutes to wait between each verifcation that all VMIs are in ready state
40+
"vms_verification_interval" - minutes to wait between each verification that all VMIs are in ready state
4141

4242
### Notes
4343

tests/storage/cdi_import/container_images/fedora_rootdir/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ The image requires three conditions:
99
2. It's qcow2 format.
1010
3. The name can be anything except disk.img
1111

12-
So it's a invalid image.
12+
So it's an invalid image.
1313

1414
## Steps
1515

0 commit comments

Comments
 (0)