Skip to content

Commit

Permalink
Fix broken glossary entry (#1884)
Browse files Browse the repository at this point in the history
  • Loading branch information
stevepiercy authored Mar 3, 2025
1 parent a9d545e commit 22ca954
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/glossary.md
Original file line number Diff line number Diff line change
Expand Up @@ -827,8 +827,7 @@ lazy load
lazy loading
lazy loaded
Lazy loading is a strategy to identify resources as non-blocking (non-critical) and load these only when needed.
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.
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.
reference implementation
A reference implementation is a program that implements all requirements from a corresponding specification.
Expand Down

0 comments on commit 22ca954

Please sign in to comment.