Skip to content

Commit b051c4e

Browse files
committed
Fix tick symbol
1 parent 12c343b commit b051c4e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

index.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ console.log(replaceSymbols('✔︎ check'));
272272
// On other terminals: √ check
273273
274274
console.log(replaceSymbols('✔︎ check', {useFallback: true}));
275-
// On terminals with Unicode symbols: √ check
275+
// On terminals with Unicode symbols: √ check
276276
// On other terminals: √ check
277277
```
278278
*/

readme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ This can be set to `true` to always use fallback symbols, whether the terminal h
7979
import {replaceSymbols} from 'figures';
8080

8181
console.log(replaceSymbols('✔︎ check', {useFallback: true}));
82-
// On terminals with Unicode symbols: √ check
82+
// On terminals with Unicode symbols: √ check
8383
// On other terminals: √ check
8484
```
8585

0 commit comments

Comments
 (0)