fix(curriculum): remove duplicate 'to make' in lightbox viewer hint (#58171)

This commit is contained in:
Harshal Harle
2025-01-16 13:02:18 +05:30
committed by GitHub
parent 256317d4cc
commit f2b5e702ca

View File

@@ -151,7 +151,7 @@ Your `.lightbox` element should be hidden initially.
assert.equal(new __helpers.CSSHelp(document).getStyle('.lightbox')?.display, 'none');
```
When you click one of your `.gallery-item` elements, the `.lightbox` element's `display` property should be set to `flex` to make to make `.lightbox` and the two elements within it visible.
When you click one of your `.gallery-item` elements, the `.lightbox` element's `display` property should be set to `flex` to make `.lightbox` and the two elements within it visible.
```js
// Get the lightbox element