From 433b2a93b296fee764ad5ca55ecc2c78f6498dbc Mon Sep 17 00:00:00 2001 From: Andrew Morgan <1342360+anoadragon453@users.noreply.github.com> Date: Wed, 18 Oct 2023 13:40:24 +0100 Subject: [PATCH] switch it and is --- MSC_CHECKLIST.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MSC_CHECKLIST.md b/MSC_CHECKLIST.md index 1c084591e27..5afa14889a6 100644 --- a/MSC_CHECKLIST.md +++ b/MSC_CHECKLIST.md @@ -25,7 +25,7 @@ clarification of any of these points. - [ ] Are backwards-compatibility concerns appropriately addressed? - [ ] Are the [endpoint conventions](https://spec.matrix.org/latest/appendices/#conventions-for-matrix-apis) honoured? - [ ] Do HTTP endpoints `use_underscores_like_this`? - - [ ] If the endpoint utilises pagination, it is consistent with [the appendices](https://spec.matrix.org/v1.8/appendices/#pagination)? + - [ ] If the endpoint utilises pagination, is it consistent with [the appendices](https://spec.matrix.org/v1.8/appendices/#pagination)? - [ ] Where applicable, is the [documentation style](https://github.com/matrix-org/matrix-spec/blob/main/meta/documentation_style.rst) adhered to? - [ ] TODOs are resolved - [ ] Line width is approximately 120 characters