From 01122f2901cba3b9608ca9e0e2050cd2593737ef Mon Sep 17 00:00:00 2001 From: theshka Date: Fri, 9 Oct 2015 09:19:18 -0600 Subject: [PATCH] fix spelling --- lib/Pico.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/Pico.php b/lib/Pico.php index 5070471..681cc34 100644 --- a/lib/Pico.php +++ b/lib/Pico.php @@ -504,13 +504,13 @@ class Pico * * Pico 0.9 and older required Apache with mod_rewrite enabled, thus old * plugins, templates and contents may require you to enable URL rewriting - * to work. If you're upgrading from Pico 0.9, you probably have to update - * your rewriting rules. + * to work. If you're upgrading from Pico 0.9, you will probably have to + * update your rewriting rules. * * We recommend you to use the `link` filter in templates to create * internal links, e.g. `{{ "sub/page"|link }}` is equivalent to * `{{ base_url }}sub/page`. In content files you can still use the - * `%base_url%` variable; e.g. `%base_url%?sub/page` is automatically + * `%base_url%` variable; e.g. `%base_url%?sub/page` will be automatically * replaced accordingly. * * @return void @@ -531,7 +531,7 @@ class Pico } /** - * Returns the URL with which the user requested the page + * Returns the URL where a user requested the page * * @see Pico::evaluateRequestUrl() * @return string request URL