fix: typos in adjectives (#1010)

Also, add a bit more explanation
This commit is contained in:
Lance Finney
2024-06-18 14:46:20 -05:00
committed by GitHub
parent 3a118d3933
commit 056d88e7f7
2 changed files with 6 additions and 5 deletions

View File

@@ -4,6 +4,7 @@ description: Challenge 54 is about refactoring an application using observable t
author: thomas-laforge
contributors:
- tomalaforge
- LMFinney
challengeNumber: 54
command: signal-pipe-observable-to-signal
sidebar:
@@ -17,6 +18,6 @@ We have a legacy application that is using observables to store a state. Signals
## Statement
So the goal of this challenge is to refactor the following application to be a fully signal based application.
So, the goal of this challenge is to refactor the following application to be a fully signal-based application. When you are done, neither the pipe nor the service should import RxJS.
Be careful along the way, everything might not work as you wish.
Be careful along the way; everything might not work as you wish.