diff --git a/packages/website/README.md b/packages/website/README.md index 60e62b527e..c7fb52b579 100644 --- a/packages/website/README.md +++ b/packages/website/README.md @@ -78,7 +78,7 @@ TBD ## Docs -Docs are written in markdown and uses Nextra. +Docs are written in markdown and use Nextra. Notes - ensure that components (eg. `... `) are not indented diff --git a/packages/website/public/schema.yml b/packages/website/public/schema.yml index 04f4523ff8..b8099e7c75 100644 --- a/packages/website/public/schema.yml +++ b/packages/website/public/schema.yml @@ -398,7 +398,7 @@ components: $ref: '#/components/schemas/ErrorResponse' parameters: before: - description: Specifies a date, in ISO 8601 format. Ensures that the call to `/list` will not return any results newer than the given date. + description: Specifies a date, in ISO 8601 format. Ensures that the call to `/user/uploads` will not return any results newer than the given date. name: before in: query required: false