Skip to content

Commit

Permalink
docs: Correct documentation spelling and references (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
craigsloggett authored Apr 12, 2024
1 parent 7764a8c commit 6c99e0a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ description: |-

# Utility Functions Provider

The Utility Functions provider is used to add utlity functions to a Terraform
The Utility Functions provider is used to add utility functions to a Terraform
project. The provider has no configuration.

## Example Usage
Expand All @@ -20,7 +20,7 @@ terraform {
required_providers {
utilities = {
source = "craigsloggett/utility-functions"
version = "0.0.1"
version = "0.1.0"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion examples/functions/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ terraform {
required_providers {
utilities = {
source = "craigsloggett/utility-functions"
version = "0.0.1"
version = "0.1.1"
}
}
}
2 changes: 1 addition & 1 deletion templates/index.md.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ description: |-

# Utility Functions Provider

The Utility Functions provider is used to add utlity functions to a Terraform
The Utility Functions provider is used to add utility functions to a Terraform
project. The provider has no configuration.

## Example Usage
Expand Down

0 comments on commit 6c99e0a

Please # to comment.