Skip to content

Commit

Permalink
docs: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kanadgupta committed Dec 12, 2024
1 parent 8a33ed4 commit 04c11e9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions documentation/commands/openapi.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ EXAMPLES

## `rdme openapi upload [SPEC]`

Upload (or reupload) your API definition to ReadMe.
Upload (or re-upload) your API definition to ReadMe.

```
USAGE
Expand All @@ -153,7 +153,7 @@ FLAGS
--version=<value> [default: stable] ReadMe project version
DESCRIPTION
Upload (or reupload) your API definition to ReadMe.
Upload (or re-upload) your API definition to ReadMe.
By default, the slug (i.e., the unique identifier for your API definition resource in ReadMe) will be inferred from
the spec name and path. As long as you maintain these directory/file names and run `rdme` from the same location
Expand Down
2 changes: 1 addition & 1 deletion src/commands/openapi/upload.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import prepareOas from '../../lib/prepareOas.js';
import promptTerminal from '../../lib/promptWrapper.js';

export default class OpenAPIUploadCommand extends BaseCommand<typeof OpenAPIUploadCommand> {
static summary = 'Upload (or reupload) your API definition to ReadMe.';
static summary = 'Upload (or re-upload) your API definition to ReadMe.';

static description = [
'By default, the slug (i.e., the unique identifier for your API definition resource in ReadMe) will be inferred from the spec name and path. As long as you maintain these directory/file names and run `rdme` from the same location relative to your file, the inferred slug will be preserved and any updates you make to this file will be synced to the same resource in ReadMe.',
Expand Down

0 comments on commit 04c11e9

Please sign in to comment.