Skip to content

Commit

Permalink
Merge pull request #647 from tienthanh2509/patch-1
Browse files Browse the repository at this point in the history
Minor change: Fix typo
  • Loading branch information
jeffwecan committed Dec 14, 2020
2 parents a7cbc59 + db86176 commit 1bf0f88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/usage/secrets_engines/pki.rst
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ Generate Root
type='exported',
common_name='New root CA'
)
print('New root CA': {}'.format(generate_root_response))
print('New root CA: {}'.format(generate_root_response))
Delete Root
Expand Down

0 comments on commit 1bf0f88

Please sign in to comment.