Skip to content

Commit

Permalink
✏️ 术语错误term_typographer.go中terms有个key拼写错误 Fix #64
Browse files Browse the repository at this point in the history
  • Loading branch information
88250 committed May 17, 2020
1 parent eeb8544 commit 20957f8
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions render/term_typographer.go
Original file line number Diff line number Diff line change
Expand Up @@ -150,8 +150,6 @@ var terms = map[string]string{
"hacpai": "HacPai",
"sphinx": "Sphinx",
"linux": "Linux",
"mac": "Mac",
"osx": "OS X",
"ubuntu": "Ubuntu",
"centos": "CentOS",
"centos7": "CentOS7",
Expand Down Expand Up @@ -192,7 +190,7 @@ var terms = map[string]string{
"spring": "Spring",
"springboot": "SpringBoot",
"springcloud": "SpringCloud",
"sprintmvc": "SpringMVC",
"springmvc": "SpringMVC",
"mybatis": "MyBatis",
"qq": "QQ",
"sql": "SQL",
Expand Down

0 comments on commit 20957f8

Please sign in to comment.