Skip to content

Commit 582e43b

Browse files
committed
Fix wording of nested properties.
Fixes #235.
1 parent d53028f commit 582e43b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1656,7 +1656,7 @@ <h1>Advanced Concepts</h1>
16561656
further discussion.</p></dd>
16571657
<dt>Property nesting</dt>
16581658
<dd><p>Another JSON idiom often found in APIs is to use an
1659-
intermediate object to represent the properties of an object; in JSON-LD
1659+
intermediate object to to group together related properties of an object; in JSON-LD
16601660
these are referred to as <a>nested properties</a> and are described in <a
16611661
href="#nested-properties" class="sectionRef"></a>.</p></dd>
16621662
<dt>Referencing objects</dt>

0 commit comments

Comments
 (0)