Fix typo in reference documentation.

Closes: #4250
This commit is contained in:
Emre Uygun
2022-12-11 00:16:10 +03:00
committed by Christoph Strobl
parent 324a541a64
commit f146afecdc

View File

@@ -437,7 +437,7 @@ class Entity {
// referenced object
{
"_id" : "9a48e32",
"firsntame" : "Josh", <2>
"firstname" : "Josh", <2>
"lastname" : "Long", <2>
}
----