doc: properly name API elements

This commit is contained in:
noirscape 2023-01-08 17:38:15 +01:00
parent 115d436a06
commit 475139b7eb

View file

@ -998,10 +998,10 @@ data.
- **Field meaning** - **Field meaning**
- `<pool>`: The associated [micro pool resource](#micro-pool). - `<pool>`: The associated [micro pool resource](#micro-pool).
- `firstPost`: A [micro post resource](#micro-post) that displays the first post in the pool. - `<first-post>`: 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. - `<last-post>`: 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. - `<next-post>`: 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. - `<previous-post>`: A [micro post resource](#micro-post) that displays the previous post in the pool.
- **Errors** - **Errors**