Skip to content

Commit 0c03236

Browse files
committed
Update docs/reference/configuration.markdown
1 parent 3d05b14 commit 0c03236

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/reference/configuration.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ modules:
4545

4646
#### Settings
4747

48-
* bootstrap - the bootstrap file always loaded before each step. Can be useful for loading fixtures. But probably you want manual control, then remove this line and use `require_once '_bootsrtap.php'` inside tests.
48+
* bootstrap - the bootstrap file always loaded before each step. Can be useful for loading fixtures. But probably you want manual control, then remove this line and use `require_once '_bootstrap.php'` inside tests.
4949
* suite_class - suite is used as a tests container.
5050
* colors - colored ooutput, by default is `false` on Windows and `true` on other systems. Install [ANSICon](http://adoxa.110mb.com/ansicon/) on Windows and set to true.
5151
* memory_limit - PHP memory consuming parameter. Increase this value if you run out of memory.
@@ -106,4 +106,4 @@ modules:
106106
url: http://localhost/
107107
browser: firefox
108108
delay: 10
109-
{% endhighlight %}
109+
{% endhighlight %}

0 commit comments

Comments
 (0)