fix: address crowdin issues (#43021)

This commit is contained in:
Nicholas Carrigan (he/him)
2021-07-26 11:43:15 -07:00
committed by GitHub
parent 9104bd45a6
commit 8535c23b08
6 changed files with 7 additions and 7 deletions

View File

@ -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()));

View File

@ -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(