diff --git a/docs/en/02_Developer_Guides/04_Configuration/01_SiteConfig.md b/docs/en/02_Developer_Guides/04_Configuration/01_SiteConfig.md
index 416922db6..5c80ad429 100644
--- a/docs/en/02_Developer_Guides/04_Configuration/01_SiteConfig.md
+++ b/docs/en/02_Developer_Guides/04_Configuration/01_SiteConfig.md
@@ -16,7 +16,7 @@ throughout the site. Out of the box this includes selecting the current site the
<% with $SiteConfig %>
$Title $AnotherField
- <% end_loop %>
+ <% end_with %>
To access variables in the PHP:
@@ -61,12 +61,12 @@ Then activate the extension.
After adding the class and the YAML change, make sure to rebuild your database by visiting http://yoursite.com/dev/build.
-You may also need to reload the screen with a `flush=1` i.e http://yoursite.com/admin/settings?flush=1.
+You may also need to reload the screen with a `?flush=1` i.e http://yoursite.com/admin/settings?flush=1.
-You can define as many extensions for `SiteConfig` as you need. For example, if you're developing a module and what to
+You can define as many extensions for `SiteConfig` as you need. For example, if you're developing a module and want to
provide the users a place to configure settings then the `SiteConfig` panel is the place to go it.
## API Documentation
-* `[api:SiteConfig]`
\ No newline at end of file
+* `[api:SiteConfig]`