Nit: Fix the typo in ref/tables.rst

Corrects typo in tables.rst.
Changed: table- -> table-level

Change-Id: I230a8caf24bf3d204dbd3f32d3e4524fa7b88c3b
This commit is contained in:
milan potdar
2017-01-25 20:23:29 +00:00
parent 8708885270
commit d95b3a84bf

View File

@@ -6,7 +6,7 @@ Horizon DataTables
Horizon includes a componentized API for programmatically creating tables
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
copy-and-paste every time you need a new table!