From 5cc335959da9e94852701c83de6810d4939132dd Mon Sep 17 00:00:00 2001 From: Sandy Rogers Date: Wed, 6 Nov 2024 13:24:01 +0000 Subject: [PATCH] fixes typo --- emgui/templates/rest_framework/base.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/emgui/templates/rest_framework/base.html b/emgui/templates/rest_framework/base.html index d169bad25..0e87bef29 100644 --- a/emgui/templates/rest_framework/base.html +++ b/emgui/templates/rest_framework/base.html @@ -37,7 +37,7 @@

MGnify

Access all the data within MGnify using our JSON:API specification API. Browse the API endpoints interactively here, or using your own scripts. - We also have online examples in Python and R, in our MGnify Juptyer Lab. + We also have online examples in Python and R, in our MGnify Jupyter Lab.

Browse examples @@ -128,4 +128,4 @@

MGnify

} document.getElementById("banner").style.setProperty('--vf-hero--bg-image', "url(" + baseUrl + "{% static 'ui/images/microbiome_banner.jpg' %})") -{% endblock %} \ No newline at end of file +{% endblock %}