Merge pull request #16 from bigbadmonster17/master

Typo fix on index.html
This commit is contained in:
Jason Snelders 2022-01-16 21:40:17 +11:00 committed by GitHub
commit 522ee8cd41
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -1271,7 +1271,7 @@
<template type="text/x-template" id="export-template" lang="html"> <template type="text/x-template" id="export-template" lang="html">
<div id="export-root"> <div id="export-root">
<p> <p>
Copy the following text in a text file and save it with the exctension ".json" (.e.g resume.json). Copy the following text in a text file and save it with the extension ".json" (.e.g resume.json).
</p> </p>
<textarea rows="20" class="w3-input w3-border" type="text" v-model="json"></textarea> <textarea rows="20" class="w3-input w3-border" type="text" v-model="json"></textarea>
</div> </div>
@ -1344,4 +1344,4 @@
<!-- /Scripts --> <!-- /Scripts -->
</body> </body>
</html> </html>