diff --git a/src/lib/snippets.ts b/src/lib/snippets.ts index 3a91bbe..33021d9 100644 --- a/src/lib/snippets.ts +++ b/src/lib/snippets.ts @@ -907,7 +907,7 @@ placeToString({ custom: 'Gym' }) placeToString({ custom: 'Supermarket' }) // __supermarket__` -export const qnwc = `// They booth have a property foo, +export const qnwc = `// They both have a property foo, // but B’s foo (true) is // more specific than A’s foo (boolean) type A = { foo: boolean }