fix typo "editted" to "edited"

pull/934/head
Driaan 2021-01-09 16:24:52 +02:00 committed by GitHub
parent b6ca1a5c66
commit 86f9ba4a14
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
<template>
<div>
<h3>Configuration</h3>
For security reasons, all database credentials cannot be editted from this page.
For security reasons, all database credentials cannot be edited from this page.
<codemirror v-show="loaded" v-model="configs" ref="configs" :options="cmOptions" class="mt-4 codemirrorInput"/>