Skip to content

Fix: Add s to desert (typo) #259

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from

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