Merge "Nit: Fix the typo in ref/tables.rst"

This commit is contained in:
Jenkins 2017-02-04 00:40:44 +00:00 committed by Gerrit Code Review
commit cb2ccc22ff

View File

@ -6,7 +6,7 @@ Horizon DataTables
Horizon includes a componentized API for programmatically creating tables Horizon includes a componentized API for programmatically creating tables
in the UI. Why would you want this? It means that every table renders in the UI. Why would you want this? It means that every table renders
correctly and consistently, table- and row-level actions all have a consistent correctly and consistently, table-level and row-level actions all have a consistent
API and appearance, and generally you don't have to reinvent the wheel or API and appearance, and generally you don't have to reinvent the wheel or
copy-and-paste every time you need a new table! copy-and-paste every time you need a new table!