Skip to content

Commit dbf6a82

Browse files
authored
docs: Fix typo. (#589)
1 parent dd1810f commit dbf6a82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/rules/0124/valid-reference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ message Book {
3939
4040
message GetBookRequest {
4141
string name = 1 [(google.api.resource_reference) = {
42-
type: "library.googleapis.com/Book" // Lint warning; referennce not found.
42+
type: "library.googleapis.com/Book" // Lint warning; reference not found.
4343
}]
4444
}
4545
```

0 commit comments

Comments
 (0)