Skip to content

Commit c6a706e

Browse files
authored
Merge pull request #945 from timofurrer/bugfix/docs-rendering
Fix docs rendering issue
2 parents 32e9fe2 + a46aeb1 commit c6a706e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/resources/project_issue.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ subcategory: ""
55
description: |-
66
The gitlab_project_issue resource allows to manage the lifecycle of an issue within a project.
77
-> During a terraform destroy this resource will close the issue. Set the deleteondestroy flag to true to delete the issue instead of closing it.
8-
~> Experimental: while the base functionality of this resource works, it may be subject to minor change.
8+
~> Experimental While the base functionality of this resource works, it may be subject to minor change.
99
Upstream API: GitLab API docs https://docs.gitlab.com/ee/api/issues.html
1010
---
1111

@@ -15,7 +15,7 @@ The `gitlab_project_issue` resource allows to manage the lifecycle of an issue w
1515

1616
-> During a terraform destroy this resource will close the issue. Set the delete_on_destroy flag to true to delete the issue instead of closing it.
1717

18-
~> **Experimental**: while the base functionality of this resource works, it may be subject to minor change.
18+
~> **Experimental** While the base functionality of this resource works, it may be subject to minor change.
1919

2020
**Upstream API**: [GitLab API docs](https://docs.gitlab.com/ee/api/issues.html)
2121

internal/provider/resource_gitlab_project_issue.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ var _ = registerResource("gitlab_project_issue", func() *schema.Resource {
2323
2424
-> During a terraform destroy this resource will close the issue. Set the delete_on_destroy flag to true to delete the issue instead of closing it.
2525
26-
~> **Experimental**: while the base functionality of this resource works, it may be subject to minor change.
26+
~> **Experimental** While the base functionality of this resource works, it may be subject to minor change.
2727
2828
**Upstream API**: [GitLab API docs](https://docs.gitlab.com/ee/api/issues.html)
2929
`,

0 commit comments

Comments
 (0)