From d95b3a84bf5b807c6d16eea72af4886d53bb4432 Mon Sep 17 00:00:00 2001 From: milan potdar Date: Wed, 25 Jan 2017 20:23:29 +0000 Subject: [PATCH] Nit: Fix the typo in ref/tables.rst Corrects typo in tables.rst. Changed: table- -> table-level Change-Id: I230a8caf24bf3d204dbd3f32d3e4524fa7b88c3b --- doc/source/ref/tables.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/ref/tables.rst b/doc/source/ref/tables.rst index b2f22d896a..3e8ce910e9 100644 --- a/doc/source/ref/tables.rst +++ b/doc/source/ref/tables.rst @@ -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!