From 475139b7ebbb99810d8b0c708cd544bc876b7ac6 Mon Sep 17 00:00:00 2001 From: noirscape Date: Sun, 8 Jan 2023 17:38:15 +0100 Subject: [PATCH] doc: properly name API elements --- doc/API.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/API.md b/doc/API.md index 5fc33084..30773c8f 100644 --- a/doc/API.md +++ b/doc/API.md @@ -998,10 +998,10 @@ data. - **Field meaning** - ``: The associated [micro pool resource](#micro-pool). -- `firstPost`: A [micro post resource](#micro-post) that displays the first post in the pool. -- `lastPost`: A [micro post resource](#micro-post) that displays the last post in the pool. -- `nextPost`: A [micro post resource](#micro-post) that displays the next post in the pool. -- `prevPost`: A [micro post resource](#micro-post) that displays the previous post in the pool. +- ``: A [micro post resource](#micro-post) that displays the first post in the pool. +- ``: A [micro post resource](#micro-post) that displays the last post in the pool. +- ``: A [micro post resource](#micro-post) that displays the next post in the pool. +- ``: A [micro post resource](#micro-post) that displays the previous post in the pool. - **Errors**