diff options
| author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2021-01-10 14:47:22 -0500 | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-01-10 14:47:22 -0500 | 
| commit | b1ce650aa733d665b6aa9870f182e72a44acebcf (patch) | |
| tree | 43b0184ef707164184e61d2b4a28d4b5fa9653a7 | |
| parent | f6a38f40dc52c4517e41ddb381278ecf5efba056 (diff) | |
Fix typo (#1218)
| -rw-r--r-- | ext/bg/settings2.html | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/ext/bg/settings2.html b/ext/bg/settings2.html index 81b91bf0..28db236b 100644 --- a/ext/bg/settings2.html +++ b/ext/bg/settings2.html @@ -1117,7 +1117,7 @@          </div>          <div class="heading-description more" hidden>              <p> -                Yomichan can will scan and parse sentences which can be used as contextual information for Anki cards. +                Yomichan can scan and parse sentences which can be used as contextual information for Anki cards.              </p>              <p>                  <a class="more-toggle" data-parent-distance="3">Less…</a> |