Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix Typo, Improve Readability, and Enhance Token Extension Handling (#…
…471) **This pull request includes the following changes:** - Fixed a typo: Corrected "procesisg" to "processing" in test descriptions. - Improved readability: Adjusted comment formatting in parseFeatureAccount.ts. - Enhanced token extension handling: Updated unparseableExtension naming for consistency in token-extension.ts. These changes improve code clarity, maintainability, and ensure better developer experience. <!-- ELLIPSIS_HIDDEN --> ---- > [!IMPORTANT] > Fixes typos, improves readability, and renames `unparseableExtension` to `unparsableExtension` for consistency. > > - **Token Extension Handling**: > - Renamed `unparseableExtension` to `unparsableExtension` in `token-extension.ts` for consistency. > - **Typo Fixes**: > - Corrected "procesisg" to "processing" in `endpoint.test.ts`. > - Corrected "unkonwn" to "unknown" in `anchor.tsx`. > - **Readability Improvements**: > - Adjusted comment formatting in `parseFeatureAccount.ts`. > > <sup>This description was created by </sup>[<img alt="Ellipsis" src="https://img.shields.io/badge/Ellipsis-blue?color=175173">](https://www.ellipsis.dev?ref=solana-foundation%2Fexplorer&utm_source=github&utm_medium=referral)<sup> for 9e195d3. It will automatically update as commits are pushed.</sup> <!-- ELLIPSIS_HIDDEN --> --------- Co-authored-by: Noah Gundotra <[email protected]>
- Loading branch information