Skip to content

Commit

Permalink
minor doc fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rmorshea committed Jan 19, 2022
1 parent 7d54798 commit 5794226
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/creating-interfaces/rendering-data.rst
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ see the server log a bunch of errors that look something like:
Key not specified for child in list {'tagName': 'li', 'children': ...}
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
items in our todo list. In order to silence this warning we need to expand our data
structure even further to include a unique ID for each item in our todo list:

Expand Down

0 comments on commit 5794226

Please sign in to comment.