Skip to content

Commit 3b1559c

Browse files
typeidclaude
andcommitted
Fix typos in documentation
- Fix "commited" to "committed" in README.md - Fix "futher" to "further" in pkg/investigations/chgm/README.md 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
1 parent 4b2a2f2 commit 3b1559c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ They are initialized for you and passed to the investigation via investigation.R
113113
## Testing locally
114114

115115
### Against upstream stage OCM Backplane
116-
Requires an existing cluster. Requires that the metadata.yaml is commited to the main branch of the upstream repo (see below for testing against a local metadata.yaml).
116+
Requires an existing cluster. Requires that the metadata.yaml is committed to the main branch of the upstream repo (see below for testing against a local metadata.yaml).
117117

118118
1. Create a test incident and payload file for your cluster
119119

@@ -139,7 +139,7 @@ Requires an existing cluster. Requires that the metadata.yaml is commited to the
139139
### Against local OCM Backplane
140140
Requires existing cluster, same as above.
141141
The requests to /backplane/remediate and /backplane/remediation OCM Backplane endpoints are redirected to the local instance of OCM Backplane.
142-
This means the metadata.yaml commited to the main branch on your local disk is used to grant permissions (an alternate branch will be available after SREP-636 is complete).
142+
This means the metadata.yaml committed to the main branch on your local disk is used to grant permissions (an alternate branch will be available after SREP-636 is complete).
143143

144144
Make sure to install the dependencies first with
145145
```

pkg/investigations/chgm/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
4. If stopped/terminated instances are found, pulls AWS CloudTrail events for those instances.
1010
- If no stopped/terminated instances are found, escalates to SRE for further investigation.
1111
5. If the user of the event is:
12-
- Authorized (SRE or OSD managed), runs the network verifier and escalates the alert to SRE for futher investigation.
12+
- Authorized (SRE or OSD managed), runs the network verifier and escalates the alert to SRE for further investigation.
1313
- **Note:** Authorized users have prefix RH-SRE, osdManagedAdmin, or have the ManagedOpenShift-Installer-Role.
1414
- Not authorized (not SRE or OSD managed), posts the appropriate limited support reason and silences the alert.
1515
6. Adds notes with investigation details to the PagerDuty alert.

0 commit comments

Comments
 (0)