Skip to content

Commit

Permalink
Fixed some typos
Browse files Browse the repository at this point in the history
  • Loading branch information
ihordiachenko committed Feb 4, 2025
1 parent ca35fe4 commit 6b20740
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Fixed
- Minor typos in the ZK Passport guide;

## [5.2.0] - 2025-01-22
### Added
- How to use ZK Passport for proof of citizenship guide;
Expand Down
8 changes: 4 additions & 4 deletions docs/zk-passport/guide-proof-of-citizenship.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,12 @@ const verificatorUrl = 'https://api.app.rarime.com/' // your verificator-svc ins
const body = {
data: {
type: "user",
// Some public and unique Icebreaker user ID
// Some public and unique user ID
// Will be used to fetch status later
id: "some-user-id",
attributes: {
// Denotes the application and activity that is requesting the verification
event_id: "icebreaker_citizenship_verification",
event_id: "citizenship_verification",
// Let a single passport pass verification just once
uniqueness: true
}
Expand Down Expand Up @@ -89,12 +89,12 @@ const verificatorUrl = 'https://api.app.rarime.com/' // your verifier-svc instan
const body = {
data: {
type: "user",
// Some public and unique Icebreaker user ID
// Some public and unique user ID
// Will be used to fetch status later
id: "some-user-id",
attributes: {
// Denotes the application and activity that is requesting the verification
event_id: "icebreaker_citizenship_verification",
event_id: "citizenship_verification",
// Let a single passport pass verification just once
uniqueness: true
}
Expand Down

0 comments on commit 6b20740

Please sign in to comment.