fix: checks for mispelled words

This commit is contained in:
Adebayo Ilerioluwa 2020-07-21 18:27:35 +01:00
parent ecf4391f94
commit e6494c7a15
5 changed files with 5 additions and 5 deletions

View file

@ -4,7 +4,7 @@ extends: _layouts.documentation
section: content
---
# Cached lookup {cached-lookup}
# Cached lookup {#cached-lookup}
If you're using multiple databases, you may want to avoid making a query to the central database on **each tenant request** — for tenant identification. Even though the queries are very simple, the app has to establish a connection with the central database which is expensive.