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