From 205a2f66a8b99cbf7a1d52b0b6f81df9e20c9507 Mon Sep 17 00:00:00 2001 From: thomas Date: Tue, 17 Oct 2023 08:58:58 +0200 Subject: [PATCH] fix(challenge38): fix config --- docs/src/content/docs/challenges/rxjs/38-rxjs-catch-error.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/content/docs/challenges/rxjs/38-rxjs-catch-error.md b/docs/src/content/docs/challenges/rxjs/38-rxjs-catch-error.md index dec6c92..82d8cea 100644 --- a/docs/src/content/docs/challenges/rxjs/38-rxjs-catch-error.md +++ b/docs/src/content/docs/challenges/rxjs/38-rxjs-catch-error.md @@ -1,7 +1,7 @@ --- title: 🟢 catchError description: Challenge 38 is about learning obervable completion. -Author: Devesh Chaudhari +author: Devesh Chaudhari command: rxjs-catch-error challengeNumber: 38 sidebar: