Skip to content

Commit 5794226

Browse files
committed
minor doc fix
1 parent 7d54798 commit 5794226

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/creating-interfaces/rendering-data.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ see the server log a bunch of errors that look something like:
118118
119119
Key not specified for child in list {'tagName': 'li', 'children': ...}
120120
121-
What this is telling you is that we haven't specified a unique ``key`` for each of the
121+
What this is telling us is that we haven't specified a unique ``key`` for each of the
122122
items in our todo list. In order to silence this warning we need to expand our data
123123
structure even further to include a unique ID for each item in our todo list:
124124

0 commit comments

Comments
 (0)