We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d54798 commit 5794226Copy full SHA for 5794226
docs/source/creating-interfaces/rendering-data.rst
@@ -118,7 +118,7 @@ see the server log a bunch of errors that look something like:
118
119
Key not specified for child in list {'tagName': 'li', 'children': ...}
120
121
-What this is telling you is that we haven't specified a unique ``key`` for each of the
+What this is telling us is that we haven't specified a unique ``key`` for each of the
122
items in our todo list. In order to silence this warning we need to expand our data
123
structure even further to include a unique ID for each item in our todo list:
124
0 commit comments