Skip to content

Commit d2914dd

Browse files
authored
fix(curriculum): add missing code tag (freeCodeCamp#47119)
1 parent 29607c1 commit d2914dd

File tree

1 file changed

+1
-1
lines changed
  • curriculum/challenges/english/14-responsive-web-design-22/learn-the-css-box-model-by-building-a-rothko-painting

1 file changed

+1
-1
lines changed

curriculum/challenges/english/14-responsive-web-design-22/learn-the-css-box-model-by-building-a-rothko-painting/60a3e3396c7b40068ad6998d.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ const oneFilter = getComputedStyle(one).filter;
3333
assert(oneFilter === 'blur(1px)');
3434
```
3535

36-
Your `.two` element should have a filter value of `blur(1px)`.
36+
Your `.two` element should have a `filter` value of `blur(1px)`.
3737

3838
```js
3939
const two = document.querySelector('.two');

0 commit comments

Comments
 (0)