From 02071de4bef12de6e0a0ae199e5251d35b69dec9 Mon Sep 17 00:00:00 2001 From: Patrice Chalin Date: Fri, 7 Jul 2023 10:53:29 -0400 Subject: [PATCH] [editorial] docs/rpc/json-rpc: fix title and in-page hypenation (#170) Co-authored-by: Armin Ruech --- docs/rpc/json-rpc.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/rpc/json-rpc.md b/docs/rpc/json-rpc.md index 72d4a1beff..b87b888b62 100644 --- a/docs/rpc/json-rpc.md +++ b/docs/rpc/json-rpc.md @@ -1,4 +1,4 @@ -# Semantic Conventions for gRPC +# Semantic Conventions for JSON-RPC **Status**: [Experimental][DocumentStatus] @@ -6,7 +6,7 @@ The Semantic Conventions for [JSON-RPC](https://www.jsonrpc.org/) extend and ove that describe common RPC operations attributes in addition to the Semantic Conventions described on this page. -## JSON RPC Attributes +## JSON-RPC Attributes `rpc.system` MUST be set to `"jsonrpc"`.