docs(en): fix typo and markdown heading in challenge 6

This commit is contained in:
kabrunko-dev
2024-01-03 11:28:20 -03:00
parent e619bc403b
commit 8197fd1a40

View File

@@ -31,9 +31,9 @@ In LoginComponent, you will find 6 buttons corresponding to 6 differents user's
In `InformationComponent`, you need to display the correct piece of information for each role using a structural directive. In `InformationComponent`, you need to display the correct piece of information for each role using a structural directive.
### Constraints: ### Constraints
- no `ngIf` of `@if` inside `InformationComponent` - no `ngIf` or `@if` inside `InformationComponent`
- importing the store inside `InformationComponent` is not allowed. - importing the store inside `InformationComponent` is not allowed.
You should end up with something like below: You should end up with something like below: