From 2acfacf4b08569714b9a624cfd511da13c286179 Mon Sep 17 00:00:00 2001 From: Jarrel Thomas Date: Mon, 11 Feb 2019 07:25:59 -0800 Subject: [PATCH] Closed Spacing of identifier (#29887) --- docs/how-to-work-on-coding-challenges.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/how-to-work-on-coding-challenges.md b/docs/how-to-work-on-coding-challenges.md index 45e8c91aee..b618d50d93 100644 --- a/docs/how-to-work-on-coding-challenges.md +++ b/docs/how-to-work-on-coding-challenges.md @@ -16,7 +16,7 @@ Here is a template of what the challenge markdown files look like. ````md --- -id: Unique identifier (alphanumerical, MongoDB _id) +id: Unique identifier (alphanumerical, MongoDB_id) title: Challenge Title challengeType: 0 guideUrl: 'url of guide article'