Skip to content

Commit

Permalink
[Check-in] chore: fix typo
Browse files Browse the repository at this point in the history
Closed EGI-Federation#688

Signed-off-by: Bruce Becker <[email protected]>
  • Loading branch information
brucellino committed Jan 9, 2025
1 parent 904ff30 commit 3ae9af5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ don't have, then first [sign up for an EGI account](../signup/).

1. If its status is not in `Pending Approval`, `Pending Confirmation` or
`Finalized` you will see a page similar to this:
![Pending Petition](./check-in-pending-petition-created.png) Hhere you can:
![Pending Petition](./check-in-pending-petition-created.png) Here you can:

- Click the **Resume** button and continue the enrollment flow
- Click **Proceed with new enrollment**, so a new enrollment flow will start
Expand Down

1 comment on commit 3ae9af5

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@check-spelling-bot Report

🔴 Please review

See the 📜action log or 📝 job summary for details.

Unrecognized words (1)

EDITMSG

Available 📚 dictionaries could cover words (expected and unrecognized) not in the 📘 dictionary

This includes both expected items (39) from .github/actions/spelling/expect.txt and unrecognized words (1)

Dictionary Entries Covers Uniquely
cspell:filetypes/filetypes.txt 264 2
cspell:rust/dict/rust.txt 30 1
cspell:npm/dict/npm.txt 302 1
cspell:fullstack/dict/fullstack.txt 419 1

Consider adding them (in .github/workflows/spelling.yml) in jobs:/spelling: for uses: check-spelling/check-spelling@main in its with:

      with:
        extra_dictionaries: |
          cspell:filetypes/filetypes.txt
          cspell:rust/dict/rust.txt
          cspell:npm/dict/npm.txt
          cspell:fullstack/dict/fullstack.txt

To stop checking additional dictionaries, add (in .github/workflows/spelling.yml) for uses: check-spelling/check-spelling@main in its with:

check_extra_dictionaries: ''

Please sign in to comment.