Skip to content

Commit 5517178

Browse files
Apply suggestions from code review
Thanks @mattkasa Co-authored-by: Matt Kasa <[email protected]>
1 parent 2b4e89a commit 5517178

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

docs/data-sources/user.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ The following arguments are supported:
2929

3030
* `user_id` - (Optional) The ID of the user.
3131

32-
> **Note**: only one of email, user_id or username must be provided.
32+
-> **Note** Only one of email, user_id, or username must be provided.
3333

3434
## Attributes Reference
3535

@@ -85,5 +85,4 @@ The following arguments are supported:
8585

8686
* `current_sign_in_at` - Current user's sign-in date.
8787

88-
> **Note**: some attributes might not be returned depending on if you're an admin or not. Please refer to [Gitlab documentation](https://docs.gitlab.com/ce/api/users.html#single-user) for more details.
89-
88+
-> **Note** Some attributes might not be returned depending on if you're an admin or not. Please refer to [Gitlab documentation](https://docs.gitlab.com/ce/api/users.html#single-user) for more details.

docs/resources/branch_protection.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
This resource allows you to protect a specific branch by an access level so that the user with less access level cannot Merge/Push to the branch.
44

5-
-> **NOTE**: The `allowed_to_push`, `allowed_to_merge` and `code_owner_approval_required` arguments require a GitLab Premium account or above. Please refer to [Gitlab API documentation](https://docs.gitlab.com/ee/api/protected_branches.html) for further information.
5+
-> **Note** The `allowed_to_push`, `allowed_to_merge` and `code_owner_approval_required` arguments require a GitLab Premium account or above. Please refer to [Gitlab API documentation](https://docs.gitlab.com/ee/api/protected_branches.html) for further information.
66

77
## Example Usage
88

0 commit comments

Comments
 (0)