summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGithub Actions <actions@github>2023-08-28 16:55:50 +0000
committerGithub Actions <actions@github>2023-08-28 16:55:50 +0000
commite09ef2a6a3d0f987963bfef771b5af060183f849 (patch)
tree5e11d575ca8b064579d243c414c5e9f9fce601fd
parent9376d37bd7ab456b7df8e3d6f1ba75c05b4e5a8f (diff)
[docgen] Update docs
skip-checks: true
-rw-r--r--README.md2
-rw-r--r--doc/conform.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index e7d2323..88730a1 100644
--- a/README.md
+++ b/README.md
@@ -294,7 +294,7 @@ Returns:
### list_formatters(bufnr)
`list_formatters(bufnr): conform.FormatterInfo[]` \
-Retried the available formatters for a buffer
+Retrieve the available formatters for a buffer
| Param | Type | Desc |
| ----- | -------------- | ---- |
diff --git a/doc/conform.txt b/doc/conform.txt
index f105409..77266cf 100644
--- a/doc/conform.txt
+++ b/doc/conform.txt
@@ -98,7 +98,7 @@ format({opts}): boolean *conform.forma
`boolean` True if any formatters were attempted
list_formatters({bufnr}): conform.FormatterInfo[] *conform.list_formatters*
- Retried the available formatters for a buffer
+ Retrieve the available formatters for a buffer
Parameters:
{bufnr} `nil|integer`