Skip to content

Commit

Permalink
Fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
anttiviljami committed Oct 15, 2023
1 parent 444fa9c commit 11e1fb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/redoc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import { parseHeaderFlag } from '../common/utils';
import { RedocOpts, getRedocIndexHTML, serveRedoc } from '../common/redoc';

export class Redoc extends Command {
public static description = 'Start or bundle a Redoc instance';
public static description = 'Start or bundle a ReDoc instance';

public static examples = [
'$ openapi redoc',
Expand Down

0 comments on commit 11e1fb5

Please sign in to comment.