Skip to content

Commit

Permalink
Fixed review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
daften committed Aug 4, 2020
1 parent eea5515 commit 5dba92f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ use Symfony\Component\Form\FormBuilderInterface;
use Symfony\Component\OptionsResolver\OptionsResolver;
/**
* Class AddressExample
* Class AddressExampleType
*/
class AddressExampleType extends AbstractType
{
Expand Down Expand Up @@ -174,7 +174,7 @@ There is 1 additional option that can be used for this form type:
country code.

An example form for the AddressExample class given above using the AddressGmapsAutocompleteEmbeddableType with one
autocomplete fields.
autocomplete field.

```php
<?php
Expand All @@ -188,7 +188,7 @@ use Symfony\Component\Form\FormBuilderInterface;
use Symfony\Component\OptionsResolver\OptionsResolver;
/**
* Class AddressExample
* Class AddressExampleType2
*/
class AddressExampleType2 extends AbstractType
{
Expand Down

0 comments on commit 5dba92f

Please sign in to comment.