Skip to content

Commit

Permalink
typo's
Browse files Browse the repository at this point in the history
  • Loading branch information
BTWS2 committed Nov 16, 2023
1 parent 244dbdb commit d02943c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion en/references/tested/dsl/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ For example, you cannot check that an assertion error or exception happened.

Specifies the expected return value.

Depening on the value, this attribute is interpreted as:
Depending on the value, this attribute is interpreted as:

- If an untagged string, the string uses the same Python syntax as for [expressions and statements](#expressions-and-statements).
- If it is an untagged object, it is seen as the advanced output for an oracle.
Expand Down
2 changes: 1 addition & 1 deletion en/references/tested/json/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -644,7 +644,7 @@ A string with constant value `value`.

#### `.options`

The *GenericValuePracle* does not support any options at the moment.
The *GenericValueOracle* does not support any options at the moment.

### GenericTextOracle

Expand Down
2 changes: 1 addition & 1 deletion nl/references/exercise-description/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ Naast afbeeldingen kan je ook tabellen en andere elementen in een gecentreerde g

### Zichtbaarheid in donkere modus

Als je een aparte afbeelding wil gebruiken voor lichte modus en donkere modus (bv. met een andere achtergrondkleur), dan kan je de `light-only` of `dark-only` klassen toevoegen aan een afbeelding. De `light-only` klasse zal de afbeelding enkel tonen in lichte modus terwijl de `dark-only` class de afbeelding enkel zal tonen in donkere modus. Deze klassen werken ook voor andere HMTL-elementen.
Als je een aparte afbeelding wil gebruiken voor lichte modus en donkere modus (bv. met een andere achtergrondkleur), dan kan je de `light-only` of `dark-only` klassen toevoegen aan een afbeelding. De `light-only` klasse zal de afbeelding enkel tonen in lichte modus terwijl de `dark-only` class de afbeelding enkel zal tonen in donkere modus. Deze klassen werken ook voor andere HTML-elementen.

```html
<img src="dark-image.jpg" class="dark-only" />
Expand Down

0 comments on commit d02943c

Please sign in to comment.