diff --git a/docs/api/hilbish/hilbish.aliases.md b/docs/api/hilbish/hilbish.aliases.md index 9b90e5c..34182ad 100644 --- a/docs/api/hilbish/hilbish.aliases.md +++ b/docs/api/hilbish/hilbish.aliases.md @@ -17,9 +17,8 @@ This is an alias (ha) for the `hilbish.alias` function. ### delete(name) Removes an alias. -### list() -> aliases (table) +### list() -> table Get a table of all aliases, with string keys as the alias and the value as the command. -@returns table ### resolve(alias) -> command (string) Tries to resolve an alias to its command.