Skip to content

Commit 04a6f15

Browse files
authored
fix spelling error
1 parent b41a753 commit 04a6f15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/plugin-birdeye/src/actions/token-search-symbol.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ export const tokenSearchSymbolAction = {
9090
)
9191
);
9292

93-
// get filter the resuls to only include the token results and then filter the results to only include the ones that match the symbol
93+
// get filter the results to only include the token results and then filter the results to only include the ones that match the symbol
9494
const validResults = results.map((r, i) =>
9595
r.data.items
9696
.filter((item) => item.type === "token" && item.result)

0 commit comments

Comments
 (0)