Skip to content

Commit

Permalink
Fix typo in node.test.ts (#1402)
Browse files Browse the repository at this point in the history
While I was browsing source, I found this. 
don't think it is intended, but please feel free to close it or merge :)
  • Loading branch information
Jaeho Lee authored Nov 3, 2022
1 parent 9e27bdc commit 0be42df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugin/node.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ const tokens = new Map([
},
rawValue: {
opacity: '{opacity.40}',
borderRadius: '{borde-radius.7}',
borderRadius: '{border-radius.7}',
},
},
],
Expand Down

2 comments on commit 0be42df

@vercel
Copy link

@vercel vercel bot commented on 0be42df Nov 3, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

ft-storybook – ./

ft-storybook.vercel.app
ft-storybook-six7.vercel.app
ft-storybook-git-main-six7.vercel.app

@vercel
Copy link

@vercel vercel bot commented on 0be42df Nov 3, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

figma-tokens – ./

figma-tokens-git-main-six7.vercel.app
figma-tokens-six7.vercel.app
figma-tokens.vercel.app

Please sign in to comment.