diff --git a/api-server/common/models/challenge.json b/api-server/common/models/challenge.json index 8ff77e8f8be..5725223b550 100644 --- a/api-server/common/models/challenge.json +++ b/api-server/common/models/challenge.json @@ -107,7 +107,7 @@ }, "crossDomain": { "type": "boolean", - "description": "Files coming from FreeCodeCamp must mark this true" + "description": "Files coming from freeCodeCamp must mark this true" } } } diff --git a/client/plugins/fcc-create-nav-data/create-navigation-node.test.js b/client/plugins/fcc-create-nav-data/create-navigation-node.test.js index 50fbb80d3f2..a8e3032796a 100644 --- a/client/plugins/fcc-create-nav-data/create-navigation-node.test.js +++ b/client/plugins/fcc-create-nav-data/create-navigation-node.test.js @@ -9,10 +9,10 @@ describe('fcc-create-nav-data', () => { internal: { content: '---\ntitle: File Writing\n---\n## File Writing\n\nThis is a stub.' + - " Help our community expand it.\n\nThis quick style guide will help " + 'ensure your pull request gets accepted.\n\n Links are used everywhere on the web, with the purpose if directing users to various content items. They're usually indicated by your cursor turning into a hand icon. Links can be text, images or other elements contained within your HTML or webpage.