Commit d68f9b2
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 <ngundotra@users.noreply.github.com>1 parent 641302b commit d68f9b2
File tree
3 files changed
+3
-3
lines changed- app
- api/metadata/proxy/__tests__
- utils
3 files changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
75 | | - | |
| 75 | + | |
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
503 | 503 | | |
504 | 504 | | |
505 | 505 | | |
506 | | - | |
| 506 | + | |
507 | 507 | | |
508 | 508 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
0 commit comments