-
Notifications
You must be signed in to change notification settings - Fork 41
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
Fix Typos and Improve Comments Across Multiple Files #169
Conversation
Hi, I noticed that the PR has been approved but not yet merged. Is there anything else needed from my side to proceed with merging? Let me know if there are any additional steps required. Thank you! |
Hi @sebsadface , the pull request is approved and has no conflicts. However, one workflow is awaiting approval. Could you please review and approve it when you have a chance? Thanks in advance! |
Approved! |
This PR fixes typos and improves comments across several files in the protocol-periphery-v1 repository. Below are the details of the changes:
1-IOrgStoryNFTFactory.sol:
Corrected "a OrgStoryNFT" to "an OrgStoryNFT".
Fixed "signautre" to "signature".
Corrected "dployed" to "deployed".
Fixed "orgnization" to "organization".
2-IStoryBadgeNFT.sol:
Fixed "signautre" to "signature".
3-Errors.sol:
Corrected "exceed" to "exceeds".
4-MetadataHelper.sol:
Removed duplicate comment for the metadata function.
5-PermissionHelper.sol:
Corrected "mutiple" to "multiple".
6-CachableNFT.sol:
Updated a comment for better clarity:
From: "Mints NFTs to the cache."
To: "Mints NFTs and adds them to the cache."
7-OrgStoryNFTFactory.sol:
Fixed "signautre" to "signature".
Corrected "dployed" to "deployed" in two locations.
8-StoryBadgeNFT.sol:
Fixed "signautre" to "signature".
9-SPGNFT.sol:
Corrected "SPGNFTSotrage" to "SPGNFTStorage".
These changes enhance code readability and accuracy without modifying the logic or functionality of the contracts.