Skip to content

Commit

Permalink
Update index.md
Browse files Browse the repository at this point in the history
Fixed this issue.
Missing space in log message mdn#37603
mdn#37603
  • Loading branch information
xcyberpunkx0 authored Jan 12, 2025
1 parent 0838df3 commit 1763099
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion files/en-us/web/api/console/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ console.info("My first car was a", car, ". The object is:", someObject);
The output will look like this:

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

#### Using string substitutions
Expand Down

0 comments on commit 1763099

Please sign in to comment.