knpuniversity / symfony4

Screencast code, script and tandem bikes behind the "Stellar Development with Symfony 4" tutorial
https://symfonycasts.com/screencast/symfony
Other
79 stars 430 forks source link

Update custom-field-option.md #28

Closed drcoen closed 4 years ago

drcoen commented 4 years ago

Fixed minor typo: build() to buildForm()

drcoen commented 4 years ago

There's another reference to build() further down the page too, but I couldn't figure out how to edit my existing pull request in github, without having to download the repo!

MolloKhan commented 4 years ago

Thanks @drcoen I just applied the changes directly to the repository :) https://github.com/knpuniversity/symfony4/commit/d635000bde90eae2a5daeaffdcb2104df8f486c6

bocharsky-bw commented 4 years ago

Thank you @drcoen for letting us know about this typo!

A tip on how to add more commits to your PR in the future: just click on drcoen:patch-2 link under the title of this PR. This will open the files in the current branch, where you can open a specific file, make tweaks in it and commit changes. I hope this helps!

Cheers!