fix: address crowdin issues (#43021)
This commit is contained in:
committed by
GitHub
parent
9104bd45a6
commit
8535c23b08
@ -47,7 +47,7 @@ assert(
|
||||
);
|
||||
```
|
||||
|
||||
Your `p` element should contain the first few words of the provided additional `kitty ipsum text`.
|
||||
Your `p` element should contain the first few words of the provided additional `kitty ipsum` text.
|
||||
|
||||
```js
|
||||
assert.isTrue(/Purr\s+jump\s+eat/gi.test($('p').text()));
|
||||
|
@ -51,7 +51,7 @@ The `a` tag should have an `href` attribute set to "#footer".
|
||||
assert($('a').eq(0).attr('href') == '#footer');
|
||||
```
|
||||
|
||||
The `a` tag should not have a `target` attribute
|
||||
The `a` tag should not have a `target` attribute.
|
||||
|
||||
```js
|
||||
assert(
|
||||
|
Reference in New Issue
Block a user