From 0be42dfa7aebdf3a584514188e8b2b6aa60891e7 Mon Sep 17 00:00:00 2001 From: Jaeho Lee Date: Thu, 3 Nov 2022 16:42:28 +0900 Subject: [PATCH] Fix typo in node.test.ts (#1402) While I was browsing source, I found this. don't think it is intended, but please feel free to close it or merge :) --- src/plugin/node.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugin/node.test.ts b/src/plugin/node.test.ts index 2054586f5..64e996fb2 100644 --- a/src/plugin/node.test.ts +++ b/src/plugin/node.test.ts @@ -78,7 +78,7 @@ const tokens = new Map([ }, rawValue: { opacity: '{opacity.40}', - borderRadius: '{borde-radius.7}', + borderRadius: '{border-radius.7}', }, }, ],