8000 Removed 'html' from the component description by naroga · Pull Request #6676 · symfony/symfony-docs · GitHub
[go: up one dir, main page]

Skip to content

Removed 'html' from the component description #6676

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Removed 'html' from the component description
  • Loading branch information
naroga committed Jun 23, 2016
commit 582f569dfb2318e65af49c690abd35d0de236e51
3 changes: 1 addition & 2 deletions components/form/introduction.rst
578E
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@
The Form Component
==================

The Form component allows you to easily create, process and reuse HTML
forms.
The Form component allows you to easily create, process and reuse forms.

The Form component is a tool to help you solve the problem of allowing end-users
to interact with the data and modify the data in your application. And though
Expand Down
0