mirror of
https://github.com/terraform-docs/terraform-docs.git
synced 2026-03-27 04:48:33 +07:00
docs: fix two typos in the 'configuration' section of the documentation
Signed-off-by: Thomas Briot <thomas.briot82@gmail.com>
This commit is contained in:
@@ -42,7 +42,7 @@ over the `content`.
|
||||
|
||||
- `{{ include "relative/path/to/file" }}`
|
||||
|
||||
Additionally there's also one extra special variable avaialble to the `content`:
|
||||
Additionally there's also one extra special variable available to the `content`:
|
||||
|
||||
- `{{ .Module }}`
|
||||
|
||||
@@ -139,4 +139,4 @@ content: |-
|
||||
{{- end }}
|
||||
```
|
||||
|
||||
[Terraform module]: https://pkg.go.dev/github.com/terraform-docs/terraform-docs/terraform#Module
|
||||
[Terraform module]: https://pkg.go.dev/github.com/terraform-docs/terraform-docs/terraform#Module
|
||||
|
||||
@@ -99,7 +99,7 @@ output:
|
||||
|
||||
## Examples
|
||||
|
||||
Inject the generated output into `README.md` between the sorrounding comments.
|
||||
Inject the generated output into `README.md` between the surrounding comments.
|
||||
|
||||
```yaml
|
||||
output:
|
||||
|
||||
Reference in New Issue
Block a user