Skip to content

Commit 862f715

Browse files
author
leopardracer
authored
fix: typos in documentation files (#898)
* Update usage.md * Update glossary.md
1 parent 3ed6c38 commit 862f715

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

apps/docs/versioned_docs/version-V1/usage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ With the Client contract as the owner of the Semaphore contract, the Client
2626
contract may call owner-only Semaphore functions such as
2727
`addExternalNullifier()`.
2828

29-
## Add, deactivate, or reactivate external nullifiiers
29+
## Add, deactivate, or reactivate external nullifiers
3030

3131
These functions add, deactivate, and reactivate an external nullifier respectively.
3232
As each identity can only signal once to an external nullifier, and as a signal

apps/docs/versioned_docs/version-V3/glossary.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ For more information, see [Merkle tree in Wikipedia](https://en.wikipedia.org/wi
3737

3838
## Nullifier
3939

40-
A value used to prevent double entry or double signalling.
40+
A value used to prevent double entry or double signaling.
4141

4242
See [Circuit nullifier hash](/V3/technical-reference/circuits/#nullifier-hash).
4343

0 commit comments

Comments
 (0)