Fix various typos (#156)

Found via `codespell -q 3 -S "./yarn.lock" -L pris`
This commit is contained in:
luzpaz
2025-08-01 07:53:31 -04:00
committed by GitHub
parent 545a6b154a
commit a435ead916
7 changed files with 7 additions and 7 deletions

View File

@ -16,7 +16,7 @@ Server sends redirect to `drop://handshake/[id]/[token]`, where the token is an
## 3. Client requests certificates
Client makes request: `POST /api/v1/client/auth/handshake` with the token recieved in the previous step.
Client makes request: `POST /api/v1/client/auth/handshake` with the token received in the previous step.
The server uses it's CA to generate a public-private key pair, the CN of the client ID. It then sends that pair, plus the CA's public key, to the client, which stores it all.