Correct "readabality" typo (#66)

This commit is contained in:
Asad Saeeduddin 2021-06-21 14:54:19 +00:00 committed by GitHub
parent c887a7eb99
commit e83f356e99
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -198,7 +198,7 @@ and this query can be written in Rel8 as::
each authorSchema
While this is a little more code over all, in our experience this style
dramatically increases the readabality of queries using joins.
dramatically increases the readability of queries using joins.
Left (outer) joins with ``optional``
------------------------------------