Fix casing of project titles in docs summaries (#1139)

This commit is contained in:
Guillaume Jenkins
2018-08-28 16:03:23 -04:00
committed by GitHub
parent 74c7a264ef
commit 4e4ad21cb5
4 changed files with 28 additions and 34 deletions

View File

@ -41,7 +41,7 @@ Here are some fun programs for your @boardname@!
```codecard
[{
"name": "Egg & Spoon race",
"name": "Egg & Spoon Race",
"description": "Balance a micro:bit like an egg and spoon race",
"url": "/examples/egg-and-spoon",
"cardType": "example"
@ -87,7 +87,7 @@ Here are some fun programs for your @boardname@!
## Turtle graphics
```codecard
[{
[{
"name": "Turtle Square",
"description": "Move in a square",
"url": "/examples/turtle-square",