Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Fix typos in code comments and documentation #40

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Aztec-Passport/apps/www/src/lib/helpers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 ,

Expand Down
2 changes: 1 addition & 1 deletion OfflineMembership/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down