diff --git a/.codespellrc b/.codespellrc new file mode 100644 index 000000000..ef539e109 --- /dev/null +++ b/.codespellrc @@ -0,0 +1,7 @@ +[codespell] +# Ref: https://github.com/codespell-project/codespell#using-a-config-file +skip = .git*,*.pdf,*.svg,vendor,*.lock,*.css,.codespellrc +check-hidden = true +ignore-regex= .*view=FitH.* +# TODO: fix "superceded" typo in the model +ignore-words-list = te,aas,nwo,superceded diff --git a/app/javascript/custom/papers.js b/app/javascript/custom/papers.js index d7283e598..feeb0b053 100644 --- a/app/javascript/custom/papers.js +++ b/app/javascript/custom/papers.js @@ -13,7 +13,7 @@ authorCheck = function() { } }; -// Set the height of the paper container when loaded and everytime window is resized +// Set the height of the paper container when loaded and every time window is resized setPaperSize = function() { var height, paper, paper_container, width; if ($("#joss-paper").length > 0) { diff --git a/app/views/content/layout/_footer.html.erb b/app/views/content/layout/_footer.html.erb index 3b4985e11..f8b4b8901 100644 --- a/app/views/content/layout/_footer.html.erb +++ b/app/views/content/layout/_footer.html.erb @@ -1,7 +1,7 @@