Skip to content
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

fix some typos #509

Merged
merged 1 commit into from
Jul 1, 2019
Merged

fix some typos #509

merged 1 commit into from
Jul 1, 2019

Conversation

Draggha
Copy link
Contributor

@Draggha Draggha commented Jul 1, 2019

Hi @ef4,

I found some typos that you might want to correct. I hope this helps! :)

@@ -487,7 +487,7 @@ export default implementation;
// ===============
// Or compile down to this if OwnConfig contains { useNewVersion: false }
let implementation
implementation = importSync("./new-component");
implementation = importSync("./old-component");
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This one is not a bug, it's intentional to show that the output is different if the useNewVersion flag is false.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh wait, sorry, you're right, I had it backwards.

@ef4 ef4 merged commit e036ca5 into emberjs:embroider Jul 1, 2019
@ef4
Copy link
Contributor

ef4 commented Jul 1, 2019

Thanks!

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