Skip to content

Commit 2f3e134

Browse files
emrygunchristophstrobl
authored andcommitted
Fix typo in reference documentation.
Closes: #4250
1 parent b126165 commit 2f3e134

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/asciidoc/reference/document-references.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -437,7 +437,7 @@ class Entity {
437437
// referenced object
438438
{
439439
"_id" : "9a48e32",
440-
"firsntame" : "Josh", <2>
440+
"firstname" : "Josh", <2>
441441
"lastname" : "Long", <2>
442442
}
443443
----

0 commit comments

Comments
 (0)