From 9f8285bdba2dcbe9c064615dad08d7c5f658bdc6 Mon Sep 17 00:00:00 2001 From: Keith Suderman Date: Fri, 16 Aug 2019 13:03:56 -0500 Subject: [PATCH] Fix pluralization --- templates/vocab-element.template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/vocab-element.template b/templates/vocab-element.template index 42ef31e..94dc01b 100644 --- a/templates/vocab-element.template +++ b/templates/vocab-element.template @@ -130,7 +130,7 @@ html { } table(class: 'definition-table') { tr { - th class:'fixed', "Features" + th class:'fixed', "Feature" th class:'fixed', "Type" th "Description" } @@ -168,7 +168,7 @@ html { } table(class: 'definition-table') { tr { - th class:'fixed', "Features" + th class:'fixed', "Feature" th class:'fixed', "Type" th "Description" }