From b9cfa5e4662bcc25f88c5f3427ad2b35956ec0e7 Mon Sep 17 00:00:00 2001 From: Patrick Balestra Date: Sun, 27 Sep 2020 16:25:06 +0200 Subject: [PATCH] Fix small docs typo --- docs/tutorials/quickstart-app-plugin.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorials/quickstart-app-plugin.md b/docs/tutorials/quickstart-app-plugin.md index 51a7f8ded6..87bc1bb38a 100644 --- a/docs/tutorials/quickstart-app-plugin.md +++ b/docs/tutorials/quickstart-app-plugin.md @@ -210,7 +210,7 @@ type Viewer = { }; ``` -# The Tabel Model +# The Table Model Using Backstage's own component library, let's define a custom table. This component will get used if we have data to display.