Skip to content

Commit 287930b

Browse files
authored
Just a few typos. (#54)
1 parent d9552b0 commit 287930b

File tree

4 files changed

+4
-4
lines changed
  • exercises/05.generated

4 files changed

+4
-4
lines changed

exercises/05.generated/02.problem.dynamic/prisma/seed.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ async function seed() {
7070
}),
7171
img({
7272
altText:
73-
'an office full of laptops and other office equipment that look like it was abandond in a rush out of the building in an emergency years ago.',
73+
'an office full of laptops and other office equipment that look like it was abandoned in a rush out of the building in an emergency years ago.',
7474
filepath: './tests/fixtures/images/notes/6.png',
7575
}),
7676
img({

exercises/05.generated/02.solution.dynamic/prisma/seed.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ async function seed() {
7070
}),
7171
img({
7272
altText:
73-
'an office full of laptops and other office equipment that look like it was abandond in a rush out of the building in an emergency years ago.',
73+
'an office full of laptops and other office equipment that look like it was abandoned in a rush out of the building in an emergency years ago.',
7474
filepath: './tests/fixtures/images/notes/6.png',
7575
}),
7676
img({

exercises/05.generated/03.problem.unique/prisma/seed.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ async function seed() {
8181
}),
8282
img({
8383
altText:
84-
'an office full of laptops and other office equipment that look like it was abandond in a rush out of the building in an emergency years ago.',
84+
'an office full of laptops and other office equipment that look like it was abandoned in a rush out of the building in an emergency years ago.',
8585
filepath: './tests/fixtures/images/notes/6.png',
8686
}),
8787
img({

exercises/05.generated/03.solution.unique/prisma/seed.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ async function seed() {
8484
}),
8585
img({
8686
altText:
87-
'an office full of laptops and other office equipment that look like it was abandond in a rush out of the building in an emergency years ago.',
87+
'an office full of laptops and other office equipment that look like it was abandoned in a rush out of the building in an emergency years ago.',
8888
filepath: './tests/fixtures/images/notes/6.png',
8989
}),
9090
img({

0 commit comments

Comments
 (0)