fix typo in website/content/docs/plugins/index.mdx

This commit is contained in:
Bruno Bigras 2021-02-22 23:30:11 +00:00 committed by GitHub
parent 6107aa51ef
commit 5515d7293f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,7 @@ This page documents how to install plugins.
If you're interested in developing plugins, see the [developing If you're interested in developing plugins, see the [developing
plugins](/docs/plugins/creation#developing-plugins) page. plugins](/docs/plugins/creation#developing-plugins) page.
The current official listing of community-written plugins can ve found The current official listing of community-written plugins can be found
[here](/community-tools#third-party-plugins); if you have written a Packer [here](/community-tools#third-party-plugins); if you have written a Packer
plugin, please reach out to us so we can add your plugin to the website. plugin, please reach out to us so we can add your plugin to the website.
@ -106,7 +106,7 @@ per configuration.
This is best explained using an example. In the above `required_plugins` block, This is best explained using an example. In the above `required_plugins` block,
we declared the local name "myawesomecloud" for the plugin `azr/myawesomecloud`. we declared the local name "myawesomecloud" for the plugin `azr/myawesomecloud`.
If the "myawesomecloud" plugin contains both an "ebs" builder and a "import" If the "myawesomecloud" plugin contains both an "ebs" builder and an "import"
post-processor, then the builder will be accessed in a source block by using: post-processor, then the builder will be accessed in a source block by using:
```hcl ```hcl