From 6465b4cd084fdee552cd462753ec012d2779ee7f Mon Sep 17 00:00:00 2001 From: guoguangwu Date: Thu, 7 Mar 2024 10:08:58 +0800 Subject: [PATCH] fix: typo Signed-off-by: guoguangwu --- registry/api/v2/descriptors.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/registry/api/v2/descriptors.go b/registry/api/v2/descriptors.go index 7f9135fa0..cf000b274 100644 --- a/registry/api/v2/descriptors.go +++ b/registry/api/v2/descriptors.go @@ -269,7 +269,7 @@ type RouteDescriptor struct { // should match. Path string - // Entity should be a short, human-readalbe description of the object + // Entity should be a short, human-readable description of the object // targeted by the endpoint. Entity string