Skip to content

Commit 6b20740

Browse files
committed
Fixed some typos
1 parent ca35fe4 commit 6b20740

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
### Fixed
10+
- Minor typos in the ZK Passport guide;
11+
912
## [5.2.0] - 2025-01-22
1013
### Added
1114
- How to use ZK Passport for proof of citizenship guide;

docs/zk-passport/guide-proof-of-citizenship.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,12 +52,12 @@ const verificatorUrl = 'https://api.app.rarime.com/' // your verificator-svc ins
5252
const body = {
5353
data: {
5454
type: "user",
55-
// Some public and unique Icebreaker user ID
55+
// Some public and unique user ID
5656
// Will be used to fetch status later
5757
id: "some-user-id",
5858
attributes: {
5959
// Denotes the application and activity that is requesting the verification
60-
event_id: "icebreaker_citizenship_verification",
60+
event_id: "citizenship_verification",
6161
// Let a single passport pass verification just once
6262
uniqueness: true
6363
}
@@ -89,12 +89,12 @@ const verificatorUrl = 'https://api.app.rarime.com/' // your verifier-svc instan
8989
const body = {
9090
data: {
9191
type: "user",
92-
// Some public and unique Icebreaker user ID
92+
// Some public and unique user ID
9393
// Will be used to fetch status later
9494
id: "some-user-id",
9595
attributes: {
9696
// Denotes the application and activity that is requesting the verification
97-
event_id: "icebreaker_citizenship_verification",
97+
event_id: "citizenship_verification",
9898
// Let a single passport pass verification just once
9999
uniqueness: true
100100
}

0 commit comments

Comments
 (0)