Skip to content

Commit 1763099

Browse files
authored
Update index.md
Fixed this issue. Missing space in log message #37603 #37603
1 parent 0838df3 commit 1763099

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

files/en-us/web/api/console/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ console.info("My first car was a", car, ". The object is:", someObject);
127127
The output will look like this:
128128

129129
```plain
130-
My first car was a Dodge Charger. The object is: {str:"Some text", id:5}
130+
My first car was a Dodge Charger . The object is: {str:"Some text", id:5}
131131
```
132132

133133
#### Using string substitutions

0 commit comments

Comments
 (0)