File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
website/docs/contributing Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ see [Add a new API client](./add-new-api-client.md).
19
19
## Prefer plain text
20
20
21
21
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.
23
23
24
24
To make using the specs in these contexts easier, follow these guidelines:
25
25
@@ -249,7 +249,7 @@ createdAt:
249
249
RFC 3339 is slightly less ambiguous than ISO 8601 and leads to more readable dates.
250
250
Since RFC 3339 is a _profile_ of ISO 8601,
251
251
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 .
253
253
254
254
For example, `2024-04-06T00:00:00` conforms to both RFC 3339 and ISO 8601.
255
255
But `20240406T000000` only conforms to ISO 8601, which allows omitting the `-` and `:` separators.
You can’t perform that action at this time.
0 commit comments