Fix a typo

This commit is contained in:
Kohei Tamura 2019-03-18 10:29:17 +09:00 committed by Stian Thorgersen
parent f864bc7ca7
commit ee11f25d4c

View file

@ -1,7 +1,7 @@
=== User Caches
When a user object is loaded by ID, username, or email queries it is cached. When a user object is bing cached, it iterates through
When a user object is loaded by ID, username, or email queries it is cached. When a user object is being cached, it iterates through
the entire `UserModel` interface and pulls this information to a local in-memory-only cache. In a cluster, this cache
is still local, but it becomes an invalidation cache. When a user object is modified, it is evicted. This eviction event
is propagated to the entire cluster so that the other nodes' user cache is also invalidated.