Преглед на файлове

Body styles can now be used to set backgroud color on requested page

Jonny Wenmoth преди 9 години
родител
ревизия
341ad81808
променени са 1 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. 2 2
      _version_4/3-usage.md

+ 2 - 2
_version_4/3-usage.md

@@ -317,7 +317,7 @@ You can easily set the viewport size for a request:
 Set Background Color
 --------------------
 
-You can easily force the background color of the requested page by setting  a `backgroundColor` body style:
+You can force the background color of the requested page by setting  a `backgroundColor` body style:
 
 {% highlight php %}
 
@@ -334,7 +334,7 @@ You can easily force the background color of the requested page by setting  a `b
     
 {% endhighlight %}
 
-The `setBackgroudColor` method can be used to set any valid CSS styles on the body tag; it is not limited to just background color.
+The `setBodyStyles` method can be used to set any valid CSS styles on the body tag; it is not limited to just background color.
 
 Custom Timeout
 --------------