From 064533f8f647ecb1ba52112cbcf0fa13931210d7 Mon Sep 17 00:00:00 2001 From: Bill Jang Date: Fri, 4 Sep 2020 12:48:23 +0900 Subject: [PATCH] Update README.md Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fc924ad83..125609f68 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ answer questions via email, which can be found on their github profile. * OIDC/Oauth * RBAC/Claims (limited by time and credential scope) * MFA (Webauthn, TOTP) (TOTP done) -* Highly concurrent desgin (MVCC, COW) (done) +* Highly concurrent design (MVCC, COW) (done) * Replication (async multiple active write servers, read only servers) * Account impersonation * RADIUS integration (done)