Skip to content

Commit

Permalink
README.md: fix typo "fot" => "for" (#156)
Browse files Browse the repository at this point in the history
Signed-off-by: Evgeny Klimov <klimov@provys.com>
  • Loading branch information
jimklimov authored May 23, 2024
1 parent e554c30 commit 45d76d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -201,14 +201,14 @@ Puts a badge with a short text
/**
* minimal params
*
* text: The text to add fot this badge
* text: The text to add for this badge
*/
addShortText(text: <text>)
/**
* all params
*
* text: The text to add fot this badge
* text: The text to add for this badge
* background: (optional) The background-color for this short text
* border: (optional) The border width for this short text
* borderColor: (optional) The order color for this short text
Expand Down

0 comments on commit 45d76d2

Please sign in to comment.