mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 18:26:54 +00:00
fix(curriculum): crowdin wording for real time counter lab (#60045)
This commit is contained in:
+1
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user