From c1530f17fb7118c898f602d615406833c42e2c98 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9on=20Avic=20Simmons?= Date: Sat, 27 Jun 2026 13:20:31 -0400 Subject: [PATCH] docs: fix typos across README, CSS, and template MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - README.md: fix "release" → "released" (missing -d suffix) - static/css/extra.css: fix "overide" → "override" (3 instances in section comments) - templates/nmrr_home/tiles.html: fix "Resources Type" → "Resource Types" (plural/singular agreement) --- README.md | 2 +- static/css/extra.css | 8 ++++---- templates/nmrr_home/tiles.html | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index c734af0..c2458c9 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ https://github.com/usnistgov/WIPP-Registry-k8s [NIST Software Disclaimer](https://www.nist.gov/disclaimer) -Note: The XML-based schemas provided with the WIPP Registry do not represent “standard” metadata representations and are specifically release as “as is,” and as such the National Institute of Standards and Technology (NIST) makes no warrant of any kind on the correctness or accuracy of the content of the schemas, nor the fitness of the schemas for any purpose and accepts any liability or responsibility for the consequences of the schemas use or misuse by anyone. +Note: The XML-based schemas provided with the WIPP Registry do not represent “standard” metadata representations and are specifically released as “as is,” and as such the National Institute of Standards and Technology (NIST) makes no warrant of any kind on the correctness or accuracy of the content of the schemas, nor the fitness of the schemas for any purpose and accepts any liability or responsibility for the consequences of the schemas use or misuse by anyone. ## Known Issues diff --git a/static/css/extra.css b/static/css/extra.css index bd268bb..93612c1 100644 --- a/static/css/extra.css +++ b/static/css/extra.css @@ -1,4 +1,4 @@ -/* Bootstrap overide */ +/* Bootstrap override */ .btn.btn-primary { background-color: #007ac1 !important; border-color: #565656; @@ -62,10 +62,10 @@ visibility: hidden; height: 0em; } -/* End Bootstrap overide */ +/* End Bootstrap override */ -/* Fontawesome overide */ +/* Fontawesome override */ .fas span { font-family: 'Source Sans Pro', sans-serif !important; } -/* End fontawesome overide */ +/* End fontawesome override */ diff --git a/templates/nmrr_home/tiles.html b/templates/nmrr_home/tiles.html index b3e4290..d5be678 100644 --- a/templates/nmrr_home/tiles.html +++ b/templates/nmrr_home/tiles.html @@ -2,7 +2,7 @@ {% if tiles|length > 0 %} -

Resources Type

+

Resource Types

{% for tile in tiles %}