diff --git a/docs/how-to/debug-with-ssh.md b/docs/how-to/debug-with-ssh.md index 03b2be427..e0dabb4df 100644 --- a/docs/how-to/debug-with-ssh.md +++ b/docs/how-to/debug-with-ssh.md @@ -7,7 +7,7 @@ for automatic configuration. ## Prerequisites -To enhance the security of self-hosted runners and its infrastracture, only authorized connections +To enhance the security of self-hosted runners and its infrastructure, only authorized connections can be established. Hence, action-tmate users must have [ssh-key registered](https://docs.github.com/en/authentication/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account) on the GitHub account. diff --git a/tests/unit/mock.py b/tests/unit/mock.py index 1af391845..be3e07ca7 100644 --- a/tests/unit/mock.py +++ b/tests/unit/mock.py @@ -407,7 +407,7 @@ class MockGhapiActions: """Mock for actions in Ghapi client.""" def __init__(self): - """A placeholder method for test stub/fakes initializtion.""" + """A placeholder method for test stub/fakes initialization.""" hash = hashlib.sha256() hash.update(TEST_BINARY) self.test_hash = hash.hexdigest()