Skip to content

Commit

Permalink
Verify spelling fixes pass check-spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
jsoref authored Dec 13, 2024
2 parents c3b6f4f + 8590fbc commit 55ac9be
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/feature-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ body:
- type: markdown
attributes:
value: |
Thank for for making a `zizmor` feature request!
Thanks for making a `zizmor` feature request!
Please read the following parts of this form carefully.
Invalid or incomplete submissions take longer to triage,
Expand Down
2 changes: 1 addition & 1 deletion docs/audits.md
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,7 @@ in their `uses:` are subject to a degree of ambiguity: a ref like

An attacker can exploit this ambiguity to publish a branch or tag ref that
takes precedence over a legitimate one, delivering a malicious action to
pre-existing consumers of that action without having to modify those consumers.
preexisting consumers of that action without having to modify those consumers.

[impostor commits]: #impostor-commit

Expand Down
2 changes: 1 addition & 1 deletion docs/development.md
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ cargo test

!!! tip

When in doubt, refer to pre-existing audits for inspiration!
When in doubt, refer to preexisting audits for inspiration!

The general procedure for adding a new audit can be described as:

Expand Down
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ fn collect_inputs(inputs: &[String], state: &AuditState) -> Result<WorkflowRegis
// If this input isn't a file or directory, it's probably an
// `owner/repo(@ref)?` slug.

// Our pre-existing `uses: <slug>` parser does 90% of the work for us.
// Our preexisting `uses: <slug>` parser does 90% of the work for us.
let Some(Uses::Repository(slug)) = Uses::from_step(input) else {
return Err(anyhow!(tip(
format!("invalid input: {input}"),
Expand Down

0 comments on commit 55ac9be

Please sign in to comment.