From 2f8ab6f5d6afb6326685bf7215cc371310710ac4 Mon Sep 17 00:00:00 2001 From: sammyette Date: Thu, 3 Apr 2025 00:40:59 -0400 Subject: [PATCH] docs: update --- docs/api/hilbish/hilbish.abbr.md | 34 ++++++++++++++++---------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/docs/api/hilbish/hilbish.abbr.md b/docs/api/hilbish/hilbish.abbr.md index 163c5fc..8e88c19 100644 --- a/docs/api/hilbish/hilbish.abbr.md +++ b/docs/api/hilbish/hilbish.abbr.md @@ -19,24 +19,8 @@ Instead of the aliased form of the same command. ## Functions ||| |----|----| -|add(abbr, expanded|function, opts)|Adds an abbreviation. The `abbr` is the abbreviation itself,| |remove(abbr)|Removes the named `abbr`.| -
-
-

-hilbish.abbr.remove(abbr) - - - -

- -Removes the named `abbr`. -#### Parameters -`abbr` **`string`** - - -
- +|add(abbr, expanded|function, opts)|Adds an abbreviation. The `abbr` is the abbreviation itself,|

@@ -65,3 +49,19 @@ whereas the default behavior is only at the beginning of the line

+
+
+

+hilbish.abbr.remove(abbr) + + + +

+ +Removes the named `abbr`. +#### Parameters +`abbr` **`string`** + + +
+