Skip to content

Commit 5c2022d

Browse files
authored
docs: fix typo in docs contribution guide
Small typo fix
1 parent 7f7eca0 commit 5c2022d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

website/docs/contributing/docs.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ see [Add a new API client](./add-new-api-client.md).
1919
## Prefer plain text
2020

2121
The `description` properties of OpenAPI objects support [CommonMark](https://commonmark.org/),
22-
the specs are used in contexts where Markdown isn't supported.
22+
but the specs are used in contexts where Markdown isn't supported.
2323

2424
To make using the specs in these contexts easier, follow these guidelines:
2525

@@ -249,7 +249,7 @@ createdAt:
249249
RFC 3339 is slightly less ambiguous than ISO 8601 and leads to more readable dates.
250250
Since RFC 3339 is a _profile_ of ISO 8601,
251251
every RFC 3339 date also complies with ISO 8601,
252-
but not every ISO 8601 date complies with ISO 8601.
252+
but not every ISO 8601 date complies with RFC 3339.
253253
254254
For example, `2024-04-06T00:00:00` conforms to both RFC 3339 and ISO 8601.
255255
But `20240406T000000` only conforms to ISO 8601, which allows omitting the `-` and `:` separators.

0 commit comments

Comments
 (0)