Skip to content

Commit

Permalink
A few more minor LR text updates (#3793)
Browse files Browse the repository at this point in the history
Fixes for docs generation

Signed-off-by: Tim Smith <[email protected]>
  • Loading branch information
tas50 authored Apr 22, 2024
1 parent a98c247 commit 2c034a1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions providers/aws/resources/aws.lr
Original file line number Diff line number Diff line change
Expand Up @@ -2266,9 +2266,9 @@ private aws.ec2.networkacl @defaults("id region") {
private aws.ec2.networkacl.association {
// ID for the association
associationId string
// Network ACL id for the association
// Network ACL ID for the association
networkAclId string
// Subnet id for the association
// Subnet ID for the association
subnetId string
}

Expand Down
2 changes: 1 addition & 1 deletion providers/core/resources/core.lr
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ asset @defaults("name platform version") {
build string
// Optional platform information
labels map[string]string
// Custom annotiations (tags) on the asset
// Custom annotations (tags) on the asset
annotations map[string]string
}

Expand Down

0 comments on commit 2c034a1

Please sign in to comment.