-
-
Notifications
You must be signed in to change notification settings - Fork 6.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update html-and-static-assets.md #4333
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@sergeymorkovkin Can you fix this?
@@ -25,7 +25,7 @@ | |||
|
|||
### Preload | |||
|
|||
[`<link rel="preload">`](https://developer.mozilla.org/en-US/docs/Web/HTML/Preloading_content) — это подсказки для ресурсов, которые потребуются на странице вскоре после загрузки, поэтому вы хотите начать предварительную загрузку заранее, на этапе загрузки страницы, до того как браузер займётся рендерингом страницы. | |||
[`<link rel="preload">`](https://developer.mozilla.org/en-US/docs/Web/HTML/Preloading_content) — это подсказки для браузера, указывающие на ресурсы, которые необходимо загрузить в первую очередь. Запросы на такие ресурсы будут отправлены еще на этапе загрузки страницы, до начала ее рендеринга. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
еще -> ещё
ее -> её
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Исправлюсь. Спасибо!
@sodatea fixed it myself |
Hey @sergeymorkovkin, thank you for your time and effort spent on this PR, contributions like yours help make Vue better for everyone. Cheers! 💚 |
(cherry picked from commit 4eeb372)
No description provided.