From e80eaf12f2a7ef461aec6bf57bb48ceb8e19e7c3 Mon Sep 17 00:00:00 2001 From: David Wu Date: Mon, 3 Oct 2016 15:20:04 +0800 Subject: [PATCH] correct spelling error for the word suffix --- Documentation/grpc-metadata.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/grpc-metadata.md b/Documentation/grpc-metadata.md index 928f5572..f36ef72a 100644 --- a/Documentation/grpc-metadata.md +++ b/Documentation/grpc-metadata.md @@ -53,8 +53,8 @@ This happens for both `New` and `Pairs`. ### Storing binary data in metadata In metadata, keys are always strings. But values can be strings or binary data. -To store binary data value in metadata, simply add "-bin" surfix to the key. -The values with "-bin" surffixed keys will be encoded when creating the metadata: +To store binary data value in metadata, simply add "-bin" suffix to the key. +The values with "-bin" suffixed keys will be encoded when creating the metadata: ```go md := metadata.Pairs(