Skip to content

Commit 7b63731

Browse files
authored
docs: fix typo (#159)
1 parent 7c3a8a8 commit 7b63731

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ This can be changed, but it is heavily discouraged.
7575
| Field | Type | Required | Description | Example |
7676
|----------------|:---------|:----------|:------------------------------------------------------------------------------|:--------------------------------------------------|
7777
| url | String | Mandatory | An address of the repository to checkout protobuf files from | "github.com/coralogix/cx-api-users/" |
78-
| revision | String | Optional | An revision to checkout, this can either be a tagged version or a commit hash | v0.2 |
78+
| revision | String | Optional | A revision to checkout, this can either be a tagged version or a commit hash | v0.2 |
7979
| branch | Boolean | Optional | A branch to checkout, fetches last commit | feature/v2 |
8080
| protocol | String | Optional | A protocol to use: [ssh, https] | ssh |
8181
| allow_policies | [String] | Optional | Allow policy rules | "/prefix/*", "*/subpath/*", "/path/to/file.proto" |

0 commit comments

Comments
 (0)