Skip to content

Commit

Permalink
📚 docs: Fix typo in project title.
Browse files Browse the repository at this point in the history
  • Loading branch information
make-github-pseudonymous-again committed Jun 28, 2022
1 parent e4955ad commit d5ccbe7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/scripts/header.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const domReady = function (callback) {
domReady(() => {
const projectname = document.createElement('a');
projectname.classList.add('project-name');
projectname.text = 'functional-abstraction/type';
projectname.text = '@functional-abstraction/type';
projectname.href = './index.html';

const header = document.querySelector('header');
Expand Down

0 comments on commit d5ccbe7

Please sign in to comment.