chore: normalize freeCodeCamp in english (#35258)

Co-authored-by: The Coding Aviator <34807532+thecodingaviator@users.noreply.github.com>
Co-authored-by: mrugesh mohapatra <1884376+raisedadead@users.noreply.github.com>
This commit is contained in:
Aravind V. Nair
2019-02-19 15:19:49 +05:30
committed by mrugesh mohapatra
parent 56bf132af0
commit 35b0bd8fdd
6 changed files with 8 additions and 8 deletions

View File

@ -107,7 +107,7 @@
}, },
"crossDomain": { "crossDomain": {
"type": "boolean", "type": "boolean",
"description": "Files coming from FreeCodeCamp must mark this true" "description": "Files coming from freeCodeCamp must mark this true"
} }
} }
} }

View File

@ -9,10 +9,10 @@ describe('fcc-create-nav-data', () => {
internal: { internal: {
content: content:
'---\ntitle: File Writing\n---\n## File Writing\n\nThis is a stub.' + '---\ntitle: File Writing\n---\n## File Writing\n\nThis is a stub.' +
" <a href='https://github.com/freecodecamp/guides/tree/master/src/" + " <a href='https://github.com/freeCodeCamp/guides/tree/master/src/" +
"pages/php/functions/files/writing/index.md' target='_blank' " + "pages/php/functions/files/writing/index.md' target='_blank' " +
"rel='nofollow'>Help our community expand it</a>.\n\n<a href=" + "rel='nofollow'>Help our community expand it</a>.\n\n<a href=" +
"'https://github.com/freecodecamp/guides/blob/master/README.md' " + "'https://github.com/freeCodeCamp/freeCodeCamp/blob/master/docs/style-guide-for-guide-articles.md' " +
"target='_blank' rel='nofollow'>This quick style guide will help " + "target='_blank' rel='nofollow'>This quick style guide will help " +
'ensure your pull request gets accepted</a>.\n\n<!-- The article ' + 'ensure your pull request gets accepted</a>.\n\n<!-- The article ' +
'goes here, in GitHub-flavored Markdown. Feel free to add YouTube ' + 'goes here, in GitHub-flavored Markdown. Feel free to add YouTube ' +

View File

@ -312,7 +312,7 @@ class PortfolioSettings extends Component {
<FullWidthRow> <FullWidthRow>
<div className='portfolio-settings-intro'> <div className='portfolio-settings-intro'>
<p className='p-intro'> <p className='p-intro'>
Share your non-FreeCodeCamp projects, articles or accepted pull Share your non-freeCodeCamp projects, articles or accepted pull
requests. requests.
</p> </p>
</div> </div>

View File

@ -97,7 +97,7 @@
"", "",
"", "",
"The freeCodeCamp core platform is the learning resource you are using right now at this exact moment ;)", "The freeCodeCamp core platform is the learning resource you are using right now at this exact moment ;)",
"https://github.com/freecodecamp/freecodecamp" "https://github.com/freeCodeCamp/freeCodeCamp"
] ]
], ],
"challengeSeed": [], "challengeSeed": [],

View File

@ -104,7 +104,7 @@ ID is the pull request id and BRANCHNAME is the name of the branch that you want
- <a href='https://services.github.com/on-demand/intro-to-github/create-pull-request' target='_blank' rel='nofollow'>GitHub On Demand Training</a> - <a href='https://services.github.com/on-demand/intro-to-github/create-pull-request' target='_blank' rel='nofollow'>GitHub On Demand Training</a>
- <a href='https://www.atlassian.com/git/tutorials/syncing' target='_blank' rel='nofollow'>Syncing Tutorials</a> - <a href='https://www.atlassian.com/git/tutorials/syncing' target='_blank' rel='nofollow'>Syncing Tutorials</a>
### Other Resources on git in guide.freecodecamp.org ### Other Resources on `git` in the freeCodeCamp Guide
- [Git merge](../git-merge/index.md) - [Git merge](../git-merge/index.md)
- [Git checkout](../git-checkout/index.md) - [Git checkout](../git-checkout/index.md)
- [Git commit](../git-commit/index.md) - [Git commit](../git-commit/index.md)

View File

@ -3,9 +3,9 @@ title: Links
--- ---
## Links ## Links
This is a stub. <a href='https://github.com/freecodecamp/guides/tree/master/src/pages/html/attributes/links/index.md' target='_blank' rel='nofollow'>Help our community expand it</a>. This is a stub. <a href='https://github.com/freeCodeCamp/guides/tree/master/src/pages/html/attributes/links/index.md' target='_blank' rel='nofollow'>Help our community expand it</a>.
<a href='https://github.com/freecodecamp/guides/blob/master/README.md' target='_blank' rel='nofollow'>This quick style guide will help ensure your pull request gets accepted</a>. <a href='https://github.com/freeCodeCamp/freeCodeCamp/blob/master/docs/style-guide-for-guide-articles.md' target='_blank' rel='nofollow'>This quick style guide will help ensure your pull request gets accepted</a>.
<!-- The article goes here, in GitHub-flavored Markdown. Feel free to add YouTube videos, images, and CodePen/JSBin embeds --> <!-- The article goes here, in GitHub-flavored Markdown. Feel free to add YouTube videos, images, and CodePen/JSBin embeds -->
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. 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.