Skip to content

Commit 773cf4b

Browse files
Fix Typo:
1 parent 0098fb9 commit 773cf4b

File tree

1 file changed

+1
-1
lines changed
  • src/pages/2023-05/lazy-load-images

1 file changed

+1
-1
lines changed

src/pages/2023-05/lazy-load-images/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ Now the only thing left to do is to fade in the full image once it is loaded. Th
127127
```
128128

129129
```js
130-
const blurredImageDiv = document.querySelectorAll(".blurred-image")
130+
const blurredImageDiv = document.querySelector(".blurred-image")
131131
const img = blurredImageDiv.querySelector("img")
132132
function loaded() {
133133
blurredImageDiv.classList.add("loaded")

0 commit comments

Comments
 (0)