From 68aa98f294cd256fdc4cf15cc6c31807a69519b7 Mon Sep 17 00:00:00 2001 From: Matthijs Berends Date: Sun, 12 Mar 2023 15:59:25 +0100 Subject: [PATCH] website --- pkgdown/extra.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgdown/extra.js b/pkgdown/extra.js index e265d270..d3ab8d7e 100644 --- a/pkgdown/extra.js +++ b/pkgdown/extra.js @@ -52,7 +52,7 @@ $(document).ready(function() { // add doctoral titles to authors function doct_tit(x) { if (typeof(x) != "undefined") { - x = x.replace(/Author, maintainer/g, "Principle maintainer"); + x = x.replace(/Author, maintainer/g, "Principal maintainer"); x = x.replace(/Author, contributor/g, "Contributing maintainer"); x = x.replace(/Thesis advisor/g, "(former) Doctoral advisor"); // contributors