Skip to content

Commit 2dea355

Browse files
committed
fix: typo
1 parent 1fc9023 commit 2dea355

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/templatepresets_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ func TestTemplatePresets(t *testing.T) {
226226
// Given: an active template version that includes presets
227227
preset := proto.Preset{
228228
Name: "preset-default",
229-
Description: "Preset wit parameters and 2 prebuild instances.",
229+
Description: "Preset with parameters and 2 prebuild instances.",
230230
Icon: "/emojis/1f60e.png",
231231
Default: true,
232232
Parameters: []*proto.PresetParameter{

0 commit comments

Comments
 (0)