Skip to content

Commit

Permalink
fix example page content html closing </p> tag
Browse files Browse the repository at this point in the history
  • Loading branch information
justinTM authored Sep 16, 2021
1 parent 82a4113 commit f1f9fa0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ provider "confluence" {
resource confluence_content "default" {
space = "MYSPACE"
title = "Example Page"
body = "<p>This page was built with Terraform<p>"
body = "<p>This page was built with Terraform</p>"
}
```

Expand Down

0 comments on commit f1f9fa0

Please sign in to comment.