Skip to content

Commit 9760d41

Browse files
authored
Merge pull request #2 from justinTM/patch-1
fix example page content html closing </p> tag
2 parents 924ce19 + f1f9fa0 commit 9760d41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ provider "confluence" {
2828
resource confluence_content "default" {
2929
space = "MYSPACE"
3030
title = "Example Page"
31-
body = "<p>This page was built with Terraform<p>"
31+
body = "<p>This page was built with Terraform</p>"
3232
}
3333
```
3434

0 commit comments

Comments
 (0)