Unwanted underscores in search result and incorrect URL - fixing #24573 (#28441)

* fixing #24573

fixing #24573 - Guide: Let and Const - Unwanted underscores in search result and incorrect URL

- changed underscore to hyphen, same problem was also happening with arrow_functions

https://github.com/freeCodeCamp/freeCodeCamp/issues/24573

* fix: added 3 backticks for code sections
This commit is contained in:
lau626
2018-11-11 23:47:08 -08:00
committed by Randell Dawson
parent beaa90038a
commit a2ed0103ec
5 changed files with 32 additions and 24 deletions

View File

@ -229,5 +229,5 @@ This application's full code and demo can be found [here](https://codepen.io/GCr
## More Information
* [ES6 introduction](https://guide.freecodecamp.org/javascript/es6)
* [Arrow functions](https://guide.freecodecamp.org/javascript/es6/arrow_functions/)
* [Let and Const](https://guide.freecodecamp.org/javascript/es6/let_and_const/)
* [Arrow functions](https://guide.freecodecamp.org/javascript/es6/arrow-functions/)
* [Let and Const](https://guide.freecodecamp.org/javascript/es6/let-and-const/)