Skip to content

Commit 03fdb17

Browse files
committed
Refine message
1 parent 15a6fd7 commit 03fdb17

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/services/languageFacts.ts

+3-3
Original file line numberDiff line numberDiff line change
@@ -593,11 +593,11 @@ export function getEntryDescription(entry: { description: string; browsers: Brow
593593
function getEntryStatus(status: string) {
594594
switch (status) {
595595
case 'experimental':
596-
return '\n⚠️ Property is experimental. Be cautious to use it.️';
596+
return '\n⚠️ Property is experimental. Be cautious to use it.️';
597597
case 'nonstandard':
598-
return '\n️ Property is nonstandard. Avoid using it. ⚠️';
598+
return '\n🚨️ Property is nonstandard. Avoid using it.';
599599
case 'obsolete':
600-
return '\n⚠️ Property is obsolete. Avoid using it. ⚠️';
600+
return '\n⚠️ Property is obsolete. Avoid using it.';
601601
default:
602602
return '';
603603
}

0 commit comments

Comments
 (0)