fix(curriculum): added indentation on editable region (#64334)

Co-authored-by: Ali Farooqi <ali.farooqi@kmon.net>
This commit is contained in:
Muhammad Ali Farooqi 2025-12-05 18:55:33 +08:00 committed by GitHub
parent c0e1e13cc1
commit 10437c3d7d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -80,7 +80,7 @@ const recipe1 = {
ingredients: ['spaghetti', 'Parmesan cheese', 'pancetta', 'black pepper'],
ratings: [4, 5, 4, 5],
--fcc-editable-region--
--fcc-editable-region--
};
```