浏览代码

[docs] Extensions: fix typo (#1735)

Frans de Jonge 8 年之前
父节点
当前提交
3e29dc29fe
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/en/developers/03_Backend/05_Extensions.md

+ 1 - 1
docs/en/developers/03_Backend/05_Extensions.md

@@ -216,7 +216,7 @@ The solution is to use the `Minz_Translate` class, which allows dynamic translat
 - `gen.php` stores what is global to FreshRSS (gen for "general")
 - `index.php` for the main page that lists feeds and the About page
 - `install.php` contains strings related FreshRSS installation
-- `sub.php` for subscription management (sub for :subscription")
+- `sub.php` for subscription management (sub for "subscription")
 
 This organization makes it possible to avoid a single huge translation file.