Skip to content

Commit

Permalink
Meta tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus committed Apr 17, 2019
1 parent 7fe35b4 commit a09395c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.d.ts
Expand Up @@ -2,7 +2,7 @@ declare const figures: {
/**
Replace unicode symbols depending on the OS.
@param string - String where the unicode symbols will be replaced with fallback symbols depending on the OS.
@param string - String where the Unicode symbols will be replaced with fallback symbols depending on the OS.
@returns The input with replaced fallback Unicode symbols on Windows.
@example
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Expand Up @@ -45,7 +45,7 @@ All the below [figures](#figures) are attached to the main export as shown in th

Type: `string`

String where the unicode symbols will be replaced with fallback symbols depending on the OS.
String where the Unicode symbols will be replaced with fallback symbols depending on the OS.


## Figures
Expand Down

0 comments on commit a09395c

Please sign in to comment.