diff --git a/README.md b/README.md index 63fbfc9..c20337f 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ Data from the 4chan API is exclusively accessible from `a.4cdn.org`, via either | [Archive.json](pages/Archive.md) | Documentation for the 4chan native archive and its JSON| | [Boards.json](pages/Boards.md) | Documentation for the 4chan board list and its attributes. | | [Catalog.json](pages/Catalog.md) | Documentation for the JSON representation of the 4chan native catalog | -| [Index endpoint](pages/Indexes.md) | Documentation for the JSON representaion of board index (main) pages | +| [Index endpoint](pages/Indexes.md) | Documentation for the JSON representation of board index (main) pages | | [Thread endpoint](pages/Threads.md) | Documentation for the JSON representation of specific 4chan threads. | | [Thread list](pages/Threadlist.md) | Documentation for the board threadlist and its brief stats| diff --git a/pages/Archive.md b/pages/Archive.md index d5a672e..589cb66 100644 --- a/pages/Archive.md +++ b/pages/Archive.md @@ -3,7 +3,7 @@ |:----------------|:-------------------------------------| | **Status 200** | Content-Type: application/json | -Archived threads are read-only threads that are are closed to new replies and images. Threads are archived when they are pushed off the last page of a board. +Archived threads are read-only threads that are closed to new replies and images. Threads are archived when they are pushed off the last page of a board. Archived threads and their attachments remain viewable for a specific amount of time before they are automatically deleted from 4chan. It's important to note that not all boards have archives enabled. diff --git a/pages/Boards.md b/pages/Boards.md index 0550b3c..779f505 100644 --- a/pages/Boards.md +++ b/pages/Boards.md @@ -29,7 +29,7 @@ The `boards.json` file is a comprehensive list of all boards and their major set | `board_flags` | `array` | `only if enabled` | Array of flag codes mapped to flag names | | | `country_flags` | `integer` | `only if enabled` | Are flags showing the poster's country enabled on the board | `1` or `0`| | `user_ids` | `integer` | `only if enabled` | Are poster ID tags enabled on the board | `1` or `0`| -| `oekaki` | `integer` | `only if enabled` | Can users submit drawings via browser the Oekaki app | `1` or `0` | +| `oekaki` | `integer` | `only if enabled` | Can users submit drawings via the browser Oekaki app | `1` or `0` | | `sjis_tags` | `integer` | `only if enabled` | Can users submit [sjis](https://en.wikipedia.org/wiki/Shift_JIS) drawings using the `[sjis]` tags | `1` or `0` | | `code_tags` | `integer` | `only if enabled` | Board supports code syntax highlighting using the `[code]` tags | `1` or `0` | | `math_tags` | `integer` | `only if enabled` | Board supports `[math]` [TeX](https://en.wikipedia.org/wiki/TeX) and `[eqn]` tags | `1` or `0` |