Skip to content

Conversation

SJ0826
Copy link

@SJ0826 SJ0826 commented Mar 27, 2023

No open issue as these are small grammar suggestions

PR Checklist

Overview

💾 unions-and-literals/primitive-cooking/02-recipes/index.ts

There's an "s" missing from the "dessert".

✔Before

group = "desert";

✔ after

group = "dessert";

@JoshuaKGoldberg
Copy link
Contributor

Thanks for sending this in @SJ0826! That typo is intentional - it's a bug you're meant to find with TypeScript. From the primitive-cooking README.md:

This time, the runtime code is mostly working fine.
Except I think I made a typo in one of the group values?
You'll need to fix that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants