Skip to content

Commit 78571fb

Browse files
Update tutorial/markdown/couchbase-server/best-practices/json-data-modeling-guide/05-json-design-choices.md
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
1 parent 393298a commit 78571fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tutorial/markdown/couchbase-server/best-practices/json-data-modeling-guide/05-json-design-choices.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ Array values may be _simple_ or _object_.
166166

167167
- Another approach is to nest a summary (copy some of the attributes from other documents) to avoid a lookup/join
168168
- There are lot of advantages in this approach over the first one. In this choice, only _one_ get is required to retrieve all the information that we need regarding the playlist.
169-
- However, is this copied data is changed often, it might not be worth duplicating data
169+
- However, if this copied data is changed often, it might not be worth duplicating data
170170

171171
```json
172172
{

0 commit comments

Comments
 (0)