Commit 8781803b authored by Thomas Citharel's avatar Thomas Citharel Committed by GitHub

Remove typo

Remove extra parenthesis
parent e41379ab
...@@ -157,7 +157,7 @@ You can register form types by extending ``form.types``:: ...@@ -157,7 +157,7 @@ You can register form types by extending ``form.types``::
$types[] = 'your.type.service'; $types[] = 'your.type.service';
return $types; return $types;
})); });
You can register form extensions by extending ``form.extensions``:: You can register form extensions by extending ``form.extensions``::
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment