docs: Various typo found by codespell
Signed-off-by: Shengjing Zhu <zhsj@debian.org>
This commit is contained in:
@@ -42,7 +42,7 @@ func TestCopyTTRPCMetadata(t *testing.T) {
|
||||
|
||||
func TestTTRPCNamespaceHeader(t *testing.T) {
|
||||
ctx := context.Background()
|
||||
namespace := "test-namepace"
|
||||
namespace := "test-namespace"
|
||||
ctx = withTTRPCNamespaceHeader(ctx, namespace)
|
||||
|
||||
header, ok := fromTTRPCHeader(ctx)
|
||||
|
Reference in New Issue
Block a user