From 8615a6e0816b88c7ba1499e2b3d73e031ead793d Mon Sep 17 00:00:00 2001 From: teenager-ETH Date: Tue, 21 Jan 2025 18:55:09 +0100 Subject: [PATCH 1/2] chore: typo fix in helpers.ts --- Aztec-Passport/apps/www/src/lib/helpers.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Aztec-Passport/apps/www/src/lib/helpers.ts b/Aztec-Passport/apps/www/src/lib/helpers.ts index 4c090f4d2..c18aa0252 100644 --- a/Aztec-Passport/apps/www/src/lib/helpers.ts +++ b/Aztec-Passport/apps/www/src/lib/helpers.ts @@ -166,7 +166,7 @@ export const getEmail = async (accessToken: string, service: Service) => { }; export const extractXUsername = (email: string): string => { - // email contains the follwing + // email contains the following // If you requested a password reset for @dummy_testing_, use the confirmation code below to complete the process. If you didn't make this request, ignore this email. // extract username which is after If you requested a password reset for and till , From 473d1d82f25c51be0f17e14fbbd1b2e69b44088e Mon Sep 17 00:00:00 2001 From: teenager-ETH Date: Tue, 21 Jan 2025 18:55:43 +0100 Subject: [PATCH 2/2] chore: fix typo in README.md --- OfflineMembership/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OfflineMembership/README.md b/OfflineMembership/README.md index 78164a9d1..faf8f857b 100644 --- a/OfflineMembership/README.md +++ b/OfflineMembership/README.md @@ -27,7 +27,7 @@ Those who'd like to use it [were invited](https://github.com/skaunov/note_histor ## Lessons Learned (For Submission) -It's a great example of working with the archive tree and its nodes. An intresting blend of a standalone circuit and the blockchain data. +It's a great example of working with the archive tree and its nodes. An interesting blend of a standalone circuit and the blockchain data. In a way this highlights DA and publication since getting the notes is on the one hand a subtle process easy to miss, on the other hand with enough industry it can be extracted from own PXE. And things gets even more interesting when user wants to hop between devices.