Skip to content

Commit

Permalink
docs: fix typo in homepage (#16)
Browse files Browse the repository at this point in the history
Change intergrated to integrated.
  • Loading branch information
fmbarina authored Aug 22, 2023
1 parent 6f23ecc commit 03277c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.njk
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ title: Home
<script src="https://cdnjs.cloudflare.com/ajax/libs/TypewriterJS/2.13.1/core.min.js"></script>
<script>
new Typewriter('#typewriter', {
strings: ['super fast', 'working for you', 'powerfully intergrated', 'just how you like it'],
strings: ['super fast', 'working for you', 'powerfully integrated', 'just how you like it'],
autoStart: true,
loop: true,
});
Expand Down

0 comments on commit 03277c6

Please sign in to comment.