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(
|
||||
|
@ -10,7 +10,7 @@ dashedName: target-html-elements-with-selectors-using-jquery
|
||||
|
||||
# --description--
|
||||
|
||||
Now we have a `document ready function`.
|
||||
Now we have a `document ready` function.
|
||||
|
||||
Now let's write our first jQuery statement. All jQuery functions start with a `$`, usually referred to as a dollar sign operator, or as bling.
|
||||
|
||||
|
Reference in New Issue
Block a user