Skip to content

Commit dab5143

Browse files
committed
docs: bug-cd-md-revision-2
1 parent eab219a commit dab5143

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/content/docs/challenges/angular/32-bug-cd.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ In this small application, we have a navigation menu to route our application to
2626
The goal of the challenge is to debug this application and make it work.
2727

2828
:::note
29-
Without knowing the exact reason for the issue, you can "fix" the error and get the program to function. One such approach would be to memoize the `getMenu` function. The application might work again, but make sure you really understand the problem and its consequences. Making it work isn't always enough; fixing this bug in the wrong way can cause a loss of performance or lead to other problems later on.
29+
Without knowing the exact reason for the issue, you can "fix" the error and get the program to function. One such approach would be to memoize `getMenu`. The application might work again, but make sure you really understand the problem and its consequences. Making it work isn't always enough; fixing this bug in the wrong way can cause a loss of performance or lead to other problems later on.
3030
:::
3131

3232
## Hints

0 commit comments

Comments
 (0)