Skip to content

Commit 11dd689

Browse files
committed
fix: markdown
1 parent 1f79753 commit 11dd689

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

docs/src/content/docs/challenges/angular/55-back-button-navigation.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,14 @@ Some Typescript design patterns, in combination with the Angular features, could
4444

4545
<details>
4646
<summary>Hint 1</summary>
47-
Use the `CanDeactivate` functional guard
47+
48+
Use the `CanDeactivate` functional guard
49+
4850
</details>
4951

5052
<details>
5153
<summary>Hint 2</summary>
52-
Material Design dialog documentation can be found [here](https://material.angular.io/components/dialog/overview)
54+
55+
Material Design dialog documentation can be found [here](https://material.angular.io/components/dialog/overview)
56+
5357
</details>

0 commit comments

Comments
 (0)