We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2851f9d commit a234be8Copy full SHA for a234be8
1 file changed
content/best-practices/dos-donts.md
@@ -336,7 +336,7 @@ problems.
336
## **Do** Use Different Messages For RPC APIs and Storage {#separate-types-for-storage}
337
338
Reusing the same messages for APIs and long-term storage may seem convenient,
339
-reducing boilerplate and overhead of coversion between messages.
+reducing boilerplate and overhead of conversion between messages.
340
341
However, the needs of long-term storage and live RPC services tend to later
342
diverge. Using separate types even if they are largely duplicative initially
0 commit comments