fix(curriculum): crowdin wording for real time counter lab (#60045)

This commit is contained in:
Supravisor
2025-04-29 22:32:50 +12:00
committed by GitHub
parent baf3e22233
commit 6de79433ca
@@ -40,7 +40,7 @@ const charCount = document.querySelector('p');
assert.equal(charCount.id, 'char-count');
```
The `#char-count` `p` element should initially contain the text `Character Count: 0/50`.
The `#char-count` element should initially contain the text `Character Count: 0/50`.
```js
const charCount = document.querySelector('p')?.innerText;