Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Commit eb97d75

Browse files
authored
Make the text more consistent
1 parent 0c05256 commit eb97d75

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • src/documentation/0013-node-output-to-cli

src/documentation/0013-node-output-to-cli/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ console.log('My %s has %d years', 'cat', 2)
3636
- `%s` format a variable as a string
3737
- `%d` format a variable as a number
3838
- `%i` format a variable as its integer part only
39-
- `%o` used to print an object representation
39+
- `%o` format a variable as an object
4040

4141
Example:
4242

0 commit comments

Comments
 (0)