mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-06-22 21:08:12 +08:00
fix(curriculum): crowdin wording for real time counter lab (#60045)
This commit is contained in:
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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user