This is an automated email from the ASF dual-hosted git repository.

zhongxjian pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/dubbo-kubernetes.git


The following commit(s) were added to refs/heads/master by this push:
     new ee915d58 fix typo (#828)
ee915d58 is described below

commit ee915d58f8b58020dac2b7ecbf08b93730926142
Author: mfordjody <[email protected]>
AuthorDate: Sun Nov 23 00:02:30 2025 +0800

    fix typo (#828)
---
 samples/grpc-app/README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/samples/grpc-app/README.md b/samples/grpc-app/README.md
index 7432ae70..e0c8dac5 100644
--- a/samples/grpc-app/README.md
+++ b/samples/grpc-app/README.md
@@ -31,7 +31,7 @@ kubectl label namespace grpc-app dubbo-injection=enabled
 kubectl apply -f grpc-app.yaml
 ```
 
-### 3. Call the test service
+### 3. Test service
 
 ```bash
 kubectl port-forward -n grpc-app $(kubectl get pod -l app=consumer -n grpc-app 
-o jsonpath='{.items[0].metadata.name}') 17171:17171

Reply via email to