Update twitter.ts (#2454)

Minor contraction error.
This commit is contained in:
Muhammed Abiola 2021-09-27 17:58:11 +01:00 committed by GitHub
parent 2122e68d34
commit 3e945798fc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ export const TWITTER_VERIFICATION_AUTHORITY = new PublicKey(
'FvPH7PrVrLGKPfqaf3xJodFTjZriqrAXXLTVWEorTFBi'
);
// The address of the name registry that will be a parent to all twitter handle registries,
// it should be owned by the TWITTER_VERIFICATION_AUTHORITY and it's name is irrelevant
// it should be owned by the TWITTER_VERIFICATION_AUTHORITY and its name is irrelevant
export const TWITTER_ROOT_PARENT_REGISTRY_KEY = new PublicKey(
'4YcexoW3r78zz16J2aqmukBLRwGq6rAvWzJpkYAXqebv'
);