Skip to content

Commit

Permalink
fix typo (#517)
Browse files Browse the repository at this point in the history
  • Loading branch information
ahoseinian committed May 10, 2024
1 parent 6dea297 commit e00b659
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,7 @@ const tinypool = new Tinypool({

// ...

const {tokens, fgColor, bgColor} = (await tokenizePool.run({
const {tokens, fgColor, bgColor} = (await tinypool.run({
code: codeString,
language,
})) as {
Expand Down

0 comments on commit e00b659

Please sign in to comment.