Skip to content

Commit

Permalink
Change to text, as a language is required
Browse files Browse the repository at this point in the history
  • Loading branch information
isker authored Dec 19, 2023
1 parent 95d2e44 commit b8fdcfb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions files/en-us/web/api/console/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ console.log(someObject);

The output looks something like this:

```
```text
{str:"Some text", id:5}
```

Expand All @@ -105,7 +105,7 @@ console.info("My first car was a", car, ". The object is:", someObject);

The output will look like this:

```
```text
My first car was a Dodge Charger. The object is: {str:"Some text", id:5}
```

Expand Down

0 comments on commit b8fdcfb

Please sign in to comment.