Skip to content

Commit

Permalink
feat: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
cstrnt committed May 20, 2021
1 parent 9138756 commit 38027bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion schemas/fig.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ declare namespace Fig {
* If a given suggestion has a priority outside of 50-75 AND has been selected by the user before, the prioritiy will be increased by the timestamp of when that suggestion was selected as a decimal.
*
*
* @examlpes
* @examples
* If you want your suggestions to always be at the top order regardless of whether they have been selected before or not, rank them 76 or above
* If you want your suggestions to always be at the bottom regardless of whether they have been selected before or not, rank them 49 or below
*/
Expand Down

0 comments on commit 38027bd

Please sign in to comment.