Skip to content

Commit

Permalink
fix: typos in realistic fixture
Browse files Browse the repository at this point in the history
  • Loading branch information
francisvaut committed May 23, 2024
1 parent 8c65b89 commit 14782c7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions backend/api/fixtures/realistic/realistic.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@
- model: api.project
pk: 1
fields:
name: Lean Java
description: This project will teach you the basics of Object Oriented Programming by using Java.
name: Learn Java
description: This project will teach you the basics of Object Oriented Programming using Java.
visible: true
archived: false
locked_groups: false
Expand All @@ -56,8 +56,8 @@
- model: api.project
pk: 2
fields:
name: Lean Javascript
description: This project will show you would you should avoid javascript at all cost.
name: Learn JavaScript
description: This project will show you should avoid JavaScript at all cost.
visible: true
archived: false
locked_groups: true
Expand Down

0 comments on commit 14782c7

Please sign in to comment.