浏览代码

Sync docs

Daniel Rudolf 9 年之前
父节点
当前提交
cd1dc07d81
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      content-sample/index.md

+ 2 - 2
content-sample/index.md

@@ -254,13 +254,13 @@ uncomment the setting and set your custom value.
 ### URL Rewriting
 ### URL Rewriting
 
 
 Pico's default URLs (e.g. %base_url%/?sub/page) already are very user-friendly.
 Pico's default URLs (e.g. %base_url%/?sub/page) already are very user-friendly.
-Pico anyway offers you an URL rewrite feature to make URLs even more
+Additionally, Pico offers you a URL rewrite feature to make URLs even more
 user-friendly (e.g. %base_url%/sub/page).
 user-friendly (e.g. %base_url%/sub/page).
 
 
 If you're using the Apache web server, URL rewriting probably already is
 If you're using the Apache web server, URL rewriting probably already is
 enabled - try it yourself, click on the [second URL](%base_url%/sub/page). If
 enabled - try it yourself, click on the [second URL](%base_url%/sub/page). If
 you get an error message from your web server, please make sure to enable the
 you get an error message from your web server, please make sure to enable the
-[`mod_rewrite` module][ModRewrite]. Assumed the second URL works, but Pico
+[`mod_rewrite` module][ModRewrite]. Assuming the second URL works, but Pico
 still shows no rewritten URLs, force URL rewriting by setting
 still shows no rewritten URLs, force URL rewriting by setting
 `$config['rewrite_url'] = true;` in your `config/config.php`.
 `$config['rewrite_url'] = true;` in your `config/config.php`.