Browse Source

Fix typo in reference documentation.

Closes: #4250
pull/4283/head
Emre Uygun 3 years ago committed by Christoph Strobl
parent
commit
f146afecdc
No known key found for this signature in database
GPG Key ID: 8CC1AB53391458C8
  1. 2
      src/main/asciidoc/reference/document-references.adoc

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

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

Loading…
Cancel
Save