Skip to content

Commit d4595b1

Browse files
committed
fix(swagger): fix typos in descriptions
Fix another bunch of typos in the swagger spec descriptions. As these are only in the description, this doesn't have any functional change to code generation. - `s/snaphot/snapshot/` - `s/reponds/responds/` Signed-off-by: Riccardo Mancini <[email protected]>
1 parent 87fb635 commit d4595b1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/firecracker/swagger/firecracker.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -575,7 +575,7 @@ paths:
575575
parameters:
576576
- name: body
577577
in: body
578-
description: The configuration used for creating a snaphot.
578+
description: The configuration used for creating a snapshot.
579579
required: true
580580
schema:
581581
$ref: "#/definitions/SnapshotCreateParams"
@@ -602,7 +602,7 @@ paths:
602602
parameters:
603603
- name: body
604604
in: body
605-
description: The configuration used for loading a snaphot.
605+
description: The configuration used for loading a snapshot.
606606
required: true
607607
schema:
608608
$ref: "#/definitions/SnapshotLoadParams"
@@ -1128,7 +1128,7 @@ definitions:
11281128
imds_compat:
11291129
type: boolean
11301130
description:
1131-
MMDS operates compatibly with EC2 IMDS (i.e. reponds "text/plain"
1131+
MMDS operates compatibly with EC2 IMDS (i.e. responds "text/plain"
11321132
content regardless of Accept header in requests).
11331133
default: false
11341134

0 commit comments

Comments
 (0)