Skip to content

Commit 7282fcf

Browse files
committed
Fixed: Fluent interface link to wikipedia.
1 parent 3904a79 commit 7282fcf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

documentation/_posts/2013-10-20-configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ layout: documentation
33
title: Configuration
44
---
55

6-
PHP-VCR can be configured by calling it's `configure` method which returns a `Configuration` object which is a [fluent interface](http://en.wikipedia.org/wiki/Fluent_Interface) that can be used to change the behavior of PHP-VCR.
6+
PHP-VCR can be configured by calling it's `configure` method which returns a `Configuration` object which is a [fluent interface](http://en.wikipedia.org/wiki/Fluent_interface) that can be used to change the behavior of PHP-VCR.
77

88
\VCR\VCR::configure();
99

0 commit comments

Comments
 (0)