Skip to content

Commit

Permalink
fix: typings
Browse files Browse the repository at this point in the history
  • Loading branch information
davidcralph committed Apr 7, 2021
1 parent f689bc1 commit c075eda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ declare module 'leeks.js' {
/**
* Set an alias
* @param {string} name The name of the alias
* @param {string} type Either "colour" or "style"
* @param {string} type Either "colours", "colors" or "styles"
* @param {string} value The colour/style you want to use, e.g leeks.colours.green
*/
export type alias = () => void;
Expand Down

0 comments on commit c075eda

Please sign in to comment.