浏览代码

fix inconsistent grammar in documentation

tags/v2.8.0-rc1
Shivaram Lingamneni 2 年前
父节点
当前提交
a367c20410
共有 3 个文件被更改,包括 3 次插入3 次删除
  1. 1
    1
      README
  2. 1
    1
      README.md
  3. 1
    1
      docs/MANUAL.md

+ 1
- 1
README 查看文件

@@ -14,7 +14,7 @@ Ergo is a modern IRC server written in Go. Its core design principles are:
14 14
   * History storage
15 15
   * Bouncer functionality
16 16
 * Bleeding-edge IRCv3 support
17
-* Highly customizable via a rehashable (runtime-reloadable) YAML config
17
+* High customizability via a rehashable (i.e., reloadable at runtime) YAML config
18 18
 
19 19
                                      https://ergo.chat/
20 20
                               https://github.com/ergochat/ergo

+ 1
- 1
README.md 查看文件

@@ -5,7 +5,7 @@ Ergo (formerly known as Oragono) is a modern IRC server written in Go. Its core
5 5
 * Being simple to set up and use
6 6
 * Combining the features of an ircd, a services framework, and a bouncer (integrated account management, history storage, and bouncer functionality)
7 7
 * Bleeding-edge [IRCv3 support](https://ircv3.net/software/servers.html), suitable for use as an IRCv3 reference implementation
8
-* Highly customizable via a rehashable (i.e., reloadable at runtime) YAML config
8
+* High customizability via a rehashable (i.e., reloadable at runtime) YAML config
9 9
 
10 10
 Ergo is a fork of the [Ergonomadic](https://github.com/jlatt/ergonomadic) IRC daemon <3
11 11
 

+ 1
- 1
docs/MANUAL.md 查看文件

@@ -85,7 +85,7 @@ Ergo's core design goals are:
85 85
 * Being simple to set up and use
86 86
 * Combining the features of an ircd, a services framework, and a bouncer (integrated account management, history storage, and bouncer functionality)
87 87
 * Bleeding-edge [IRCv3 support](http://ircv3.net/software/servers.html), suitable for use as an IRCv3 reference implementation
88
-* Highly customizable via a rehashable (i.e., reloadable at runtime) YAML config
88
+* High customizability via a rehashable (i.e., reloadable at runtime) YAML config
89 89
 
90 90
 In addition to its unique features (integrated services and bouncer, comprehensive internationalization), Ergo also strives for feature parity with other major servers. Ergo is a mature project with multiple communities using it as a day-to-day chat server --- we encourage you to consider it for your organization or community!
91 91
 

正在加载...
取消
保存