Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
Co-authored-by: Sam Levenick <slevenick@google.com>
  • Loading branch information
noahdietz and slevenick authored Jul 24, 2024
1 parent 4a51d6a commit 3a97b7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rules/aip0123/aip0123.go
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ func getParentIDVariable(pattern string) string {

// nestedSingular returns the would be reduced singular form of a nested
// resource. Use isNestedName to check eligibility before using nestedSingular.
// This will return empty if the reosurce is not eligible for nested name
// This will return empty if the resource is not eligible for nested name
// reduction.
func nestedSingular(resource *apb.ResourceDescriptor) string {
if !isNestedName(resource) {
Expand Down

0 comments on commit 3a97b7f

Please sign in to comment.