fix: punctuation marks

This commit is contained in:
shuai
2023-02-09 16:39:03 +08:00
parent 399c33c946
commit 1111becfd0
2 changed files with 6 additions and 1 deletions
+5
View File
@@ -0,0 +1,5 @@
{
"recommendations": [
"github.copilot"
]
}
+1 -1
View File
@@ -135,7 +135,7 @@
if (notSupport) {
const div = document.getElementById('protect-brower');
div.innerText = 'The current browser version is too low, in order not to affect the normal use of the function, please upgrade the browser to the latest version'
div.innerText = 'The current browser version is too low, in order not to affect the normal use of the function, please upgrade the browser to the latest version.'
}
</script>
</html>