Skip to content

Commit 1ba85a7

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 35745b6 commit 1ba85a7

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
@@ -596,7 +596,7 @@ paths:
596596
parameters:
597597
- name: body
598598
in: body
599-
description: The configuration used for creating a snaphot.
599+
description: The configuration used for creating a snapshot.
600600
required: true
601601
schema:
602602
$ref: "#/definitions/SnapshotCreateParams"
@@ -623,7 +623,7 @@ paths:
623623
parameters:
624624
- name: body
625625
in: body
626-
description: The configuration used for loading a snaphot.
626+
description: The configuration used for loading a snapshot.
627627
required: true
628628
schema:
629629
$ref: "#/definitions/SnapshotLoadParams"
@@ -1149,7 +1149,7 @@ definitions:
11491149
imds_compat:
11501150
type: boolean
11511151
description:
1152-
MMDS operates compatibly with EC2 IMDS (i.e. reponds "text/plain"
1152+
MMDS operates compatibly with EC2 IMDS (i.e. responds "text/plain"
11531153
content regardless of Accept header in requests).
11541154
default: false
11551155

0 commit comments

Comments
 (0)