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 a typo in angular tour of heroes tutorial #20322

Closed
ddazal opened this issue Nov 10, 2017 · 3 comments
Closed

Fix a typo in angular tour of heroes tutorial #20322

ddazal opened this issue Nov 10, 2017 · 3 comments

Comments

@ddazal
Copy link

ddazal commented Nov 10, 2017

I'm submitting a...


[ ] Regression (a behavior that used to work and stopped working in a new release)
[ ] Bug report  
[ ] Feature request
[x ] Documentation issue or request
[ ] Support request => Please do not submit support request here, instead see https://github.com/angular/angular/blob/master/CONTRIBUTING.md#question

Current behavior

There is an error/typo in Angular Tour of Heroes tutorial, more specifically in this section in the paragraph after the first panel. It is written:

Open the component template file (app.component.ts) and delete the default template generated by the Angular CLI. Replace it with the following line of HTML.

Where app.component.ts is not the correct file.

Expected behavior

It should be:

Open the component template file (app.component.html) and delete the default template generated by the Angular CLI. Replace it with the following line of HTML.

Where app.component.html is the correct file.

Minimal reproduction of the problem with instructions

What is the motivation / use case for changing the behavior?

Environment


Angular version: X.Y.Z


Browser:
- [ ] Chrome (desktop) version XX
- [ ] Chrome (Android) version XX
- [ ] Chrome (iOS) version XX
- [ ] Firefox version XX
- [ ] Safari (desktop) version XX
- [ ] Safari (iOS) version XX
- [ ] IE version XX
- [ ] Edge version XX
 
For Tooling issues:
- Node version: XX  
- Platform:  

Others:

@trotyl
Copy link
Contributor

trotyl commented Nov 10, 2017

Will be fixed by #20318

@ddazal
Copy link
Author

ddazal commented Nov 10, 2017

Great! I didn't see that issue. Closing this

@ddazal ddazal closed this as completed Nov 10, 2017
@angular-automatic-lock-bot
Copy link

This issue has been automatically locked due to inactivity.
Please file a new issue if you are encountering a similar or related problem.

Read more about our automatic conversation locking policy.

This action has been performed automatically by a bot.

@angular-automatic-lock-bot angular-automatic-lock-bot bot locked and limited conversation to collaborators Sep 12, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants