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

@@ -241,5 +241,5 @@ function handleTitleChange(e){
## Больше информации
* [Введение ES6](https://guide.freecodecamp.org/javascript/es6)
* [Функции стрелок](https://guide.freecodecamp.org/javascript/es6/arrow_functions/)
* [Let и Const](https://guide.freecodecamp.org/javascript/es6/let_and_const/)
* [Функции стрелок](https://guide.freecodecamp.org/javascript/es6/arrow-functions/)
* [Let и Const](https://guide.freecodecamp.org/javascript/es6/let-and-const/)