Fix tiny typo in hcl2_upgrade.mdx (#10868)

This commit is contained in:
Roshan Padaki 2021-04-06 05:51:10 -04:00 committed by GitHub
parent 33461126e2
commit f65e1d5d55
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,7 +1,7 @@
---
description: |
The `packer hcl2_upgrade` Packer command is used to transpile a JSON
configuration template to it's formatted HCL2 counterpart. The command will
configuration template to its formatted HCL2 counterpart. The command will
return a zero exit status on success, and a non-zero exit status on failure.
page_title: packer hcl2_upgrade - Commands
---