Grammar corrections (#33303)

This commit is contained in:
Oleg Panasenko
2019-08-07 21:01:18 +03:00
committed by Randell Dawson
parent 02858a496f
commit dfcc480d0e

View File

@ -37,4 +37,4 @@ document.getElementById("demo"); // Returns the element with id "demo" containin
#### Альтернативные решения:
Обычно используемая альтернатива `document.getElementById` использует селектор jQuery, который вы читаете [здесь](https://github.com/freeCodeCamp/guides/tree/master/src/pages/jquery) .
Обычно используемая альтернатива `document.getElementById` использует селектор jQuery, который вы можете прочитать [здесь](https://github.com/freeCodeCamp/guides/tree/master/src/pages/jquery) .