mirror of
https://github.com/hugo-fixit/FixIt.git
synced 2026-08-24 15:28:57 +00:00
✏️ Docs: fix typo
This commit is contained in:
@@ -9,7 +9,7 @@ const CustomJS = new (function () {
|
||||
* @returns {CustomJS}
|
||||
*/
|
||||
this.hello = () => {
|
||||
console.log('hello CustomJS!');
|
||||
console.log('Hello CustomJS!');
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
@@ -30,6 +30,6 @@ const CustomJS = new (function () {
|
||||
CustomJS.init();
|
||||
// It will be executed when the DOM tree is built.
|
||||
document.addEventListener('DOMContentLoaded', () => {
|
||||
console.log('DOMContentLoaded!')
|
||||
console.log('DOM content loaded!')
|
||||
});
|
||||
})();
|
||||
|
||||
Reference in New Issue
Block a user