Skip to content
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

fixing a typo #1

Merged
merged 1 commit into from
Feb 16, 2013
Merged
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
2 changes: 1 addition & 1 deletion demos/examples/forms-1.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<div id="example_title">
<h1>Simple Form</h1>
Working with forms is common for a web developer. However, there is no way to create a unique template for all use cases. The w2ui library
streamlines most common tasks for you. The example below shows a simple form with two requeired fields, save and reset buttons.
streamlines most common tasks for you. The example below shows a simple form with two required fields, save and reset buttons.
</div>

<div id="example_view">
Expand Down