diff --git a/include/grpc++/server.h b/include/grpc++/server.h
index 4684b10fe6d8ab8d6d1e1afbd9ff4e941ae93a30..01c4a60d2165e3044f90a345a01400c71b6c49bf 100644
--- a/include/grpc++/server.h
+++ b/include/grpc++/server.h
@@ -159,7 +159,7 @@ class Server final : public ServerInterface, private GrpcLibraryCodegen {
   ///
   /// \param addr The address to try to bind to the server (eg, localhost:1234,
   /// 192.168.1.1:31416, [::1]:27182, etc.).
-  /// \params creds The credentials associated with the server.
+  /// \param creds The credentials associated with the server.
   ///
   /// \return bound port number on success, 0 on failure.
   ///