diff options
author | olOwOlo <26087907+olOwOlo@users.noreply.github.com> | 2017-09-05 22:54:11 +0800 |
---|---|---|
committer | olOwOlo <26087907+olOwOlo@users.noreply.github.com> | 2017-09-05 22:54:11 +0800 |
commit | 6c4998a1089bb16bf472359ab3f476c068fdca0a (patch) | |
tree | 26dfe410051b286b2ea8e7072979c34a5f860763 /data/even | |
parent | 75f607814cc205df695c18591571d566a06b434f (diff) |
fix: english typo (#1)
Closes #1
Diffstat (limited to 'data/even')
-rw-r--r-- | data/even/default.toml | 2 | ||||
-rw-r--r-- | data/even/en.toml | 2 | ||||
-rw-r--r-- | data/even/zh-CN.toml | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/data/even/default.toml b/data/even/default.toml index c759e3b..9d0d3a8 100644 --- a/data/even/default.toml +++ b/data/even/default.toml @@ -21,7 +21,7 @@ categories = "分类" lastMod = "上次更新" link = "原始链接" markdown = "原始文档" - lincese = "许可协议" + license = "许可协议" [counter] [counter.archives] diff --git a/data/even/en.toml b/data/even/en.toml index 41f7560..b168dfd 100644 --- a/data/even/en.toml +++ b/data/even/en.toml @@ -21,7 +21,7 @@ categories = "Categories" lastMod = "LastMod" link = "Link" markdown = "Markdown" - lincese = "Lincese" + license = "License" [counter] [counter.archives] diff --git a/data/even/zh-CN.toml b/data/even/zh-CN.toml index c759e3b..9d0d3a8 100644 --- a/data/even/zh-CN.toml +++ b/data/even/zh-CN.toml @@ -21,7 +21,7 @@ categories = "分类" lastMod = "上次更新" link = "原始链接" markdown = "原始文档" - lincese = "许可协议" + license = "许可协议" [counter] [counter.archives] |