Browse Source

Documentation: fix typo in api_grpc_gateway.md

Geert-Johan Riemer 9 years ago
parent
commit
b3464a918b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Documentation/dev-guide/api_grpc_gateway.md

+ 1 - 1
Documentation/dev-guide/api_grpc_gateway.md

@@ -25,7 +25,7 @@ curl -L http://localhost:2379/v3alpha/kv/range \
 
 ## Swagger
 
-Generated [Swapper][swagger] API definitions can be found at [rpc.swagger.json][swagger-doc].
+Generated [Swagger][swagger] API definitions can be found at [rpc.swagger.json][swagger-doc].
 
 [api-ref]: ./api_reference_v3.md
 [go-client]: https://github.com/coreos/etcd/tree/master/clientv3