Skip to content

Commit

Permalink
chore: add missing space in log message for setting Postman privateTo…
Browse files Browse the repository at this point in the history
…ken (#551)
  • Loading branch information
tangcent authored Jul 1, 2024
1 parent c2c1bc2 commit 5d975d9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ class PostmanApiExporter {
logger.info("PrivateToken of postman not be setting")
logger.info(
"To enable automatically import to postman you could set privateToken of postman" +
"in \"Preference -> Other Setting -> EasyApi\""
" in \"Preference -> Other Setting -> EasyApi\""
)
logger.info(
"If you do not have a privateToken of postman, you can easily generate one by heading over to the" +
Expand Down

0 comments on commit 5d975d9

Please sign in to comment.