mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-03-14 04:00:42 -04:00
chore(i18n,learn): processed translations (#48263)
This commit is contained in:
@@ -24,7 +24,7 @@ Korrigiere die beiden Rechtschreibfehler im Code, damit die Berechnung des `netW
|
||||
assert(netWorkingCapital === 2);
|
||||
```
|
||||
|
||||
Es sollten keine falsch geschriebenen Variablen im Code vorkommen.
|
||||
There should be no instances of misspelled variables in the code.
|
||||
|
||||
```js
|
||||
assert(!code.match(/recievables/g));
|
||||
@@ -36,7 +36,7 @@ Die Variable `receivables` sollte im Code richtig deklariert und verwendet werde
|
||||
assert(code.match(/receivables/g).length == 2);
|
||||
```
|
||||
|
||||
Es sollten keine falsch geschriebenen Variablen im Code vorkommen.
|
||||
There should be no instances of misspelled variables in the code.
|
||||
|
||||
```js
|
||||
assert(!code.match(/payable;/g));
|
||||
|
||||
Reference in New Issue
Block a user