Skip to content

Commit 22ca954

Browse files
authored
Fix broken glossary entry (#1884)
1 parent a9d545e commit 22ca954

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/glossary.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -827,8 +827,7 @@ lazy load
827827
lazy loading
828828
lazy loaded
829829
Lazy loading is a strategy to identify resources as non-blocking (non-critical) and load these only when needed.
830-
It's a way to shorten the length of the [critical rendering path](https://developer.mozilla.org/en-US/docs/Web/Performance/Guides/Critical_rendering_path
831-
), which translates into reduced page load times.
830+
It's a way to shorten the length of the [critical rendering path](https://developer.mozilla.org/en-US/docs/Web/Performance/Guides/Critical_rendering_path), which translates into reduced page load times.
832831
833832
reference implementation
834833
A reference implementation is a program that implements all requirements from a corresponding specification.

0 commit comments

Comments
 (0)