From 64ffc8c586237ff9b233ed7e858ad728b828a30e Mon Sep 17 00:00:00 2001 From: Asim Aslam Date: Tue, 17 Aug 2021 11:42:56 +0100 Subject: [PATCH] Update user.proto --- user/proto/user.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user/proto/user.proto b/user/proto/user.proto index 439aa65..dee9aa9 100644 --- a/user/proto/user.proto +++ b/user/proto/user.proto @@ -47,7 +47,7 @@ message Session { // Create a new user account. The email address and username for the account must be unique. message CreateRequest { - // optional acccount id + // optional account id string id = 1; // the username string username = 2;