Skip to content

Commit a234be8

Browse files
ajlaicopybara-github
authored andcommitted
Fix typo
PiperOrigin-RevId: 895278022
1 parent 2851f9d commit a234be8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/best-practices/dos-donts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,7 @@ problems.
336336
## **Do** Use Different Messages For RPC APIs and Storage {#separate-types-for-storage}
337337

338338
Reusing the same messages for APIs and long-term storage may seem convenient,
339-
reducing boilerplate and overhead of coversion between messages.
339+
reducing boilerplate and overhead of conversion between messages.
340340

341341
However, the needs of long-term storage and live RPC services tend to later
342342
diverge. Using separate types even if they are largely duplicative initially

0 commit comments

Comments
 (0)