ui: Add proto exports for recording
Bug: 209947455
Change-Id: Ied0abf02d3e2ee81178c6835a66e13f1e2b2ad29
diff --git a/docs/design-docs/api-and-abi.md b/docs/design-docs/api-and-abi.md
index 29f47a5..283cdf5 100644
--- a/docs/design-docs/api-and-abi.md
+++ b/docs/design-docs/api-and-abi.md
@@ -136,7 +136,7 @@
If a method return signature is marked as `stream` (e.g.
`returns (stream GetAsyncCommandResponse)`), the method invocation can be
followed by more than one `InvokeMethodReply`, all with the same
- `request_id`. All replies in the stream but the last one will have
+ `request_id`. All replies in the stream except for the last one will have
`has_more: true`, to notify the client more responses for the same invocation
will follow.