Skip to content

Commit 5b0fde3

Browse files
taivlamnickray
authored andcommitted
Fix minor typos
* Correct spelling of "responses" * Missing space between "entrypoint"
1 parent f6afa30 commit 5b0fde3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ Comprehensive documentation coming, for now these are the main components
8282
By abuse of the `hmac-secret` extension, we can generate static challenge responses,
8383
which are scoped to a credential. A use case might be e.g. unlocking a [LUKS-encrypted](https://github.com/saravanan30erd/solokey-full-disk-encryption) drive.
8484

85-
**DANGER** The generated reponses depend on both the key and the credential.
85+
**DANGER** The generated responses depend on both the key and the credential.
8686
There is no way to extract or backup from the physical key, so if you intend to use the
8787
"response" as a static password, make sure to store it somewhere separately, e.g. on paper.
8888

@@ -125,7 +125,7 @@ For maintainers:
125125

126126
- adjust `solo/VERSION` file as appropriate
127127
- add entry or entries to `CHANGELOG.md` (no need to repeat commit messages, but point out major changes
128-
in such a way that a user of the library has an easy entrypoint to follow development)
128+
in such a way that a user of the library has an easy entry point to follow development)
129129
- run `make check` and/or `make fix` to ensure code consistency
130130
- run `make build` to double check
131131
- run `make publish` (assumes a `~/.pypirc` file with entry `[pypi]`), or `flit publish` manually

0 commit comments

Comments
 (0)