Skip to content

Commit

Permalink
Fix typos y titulos HTML
Browse files Browse the repository at this point in the history
  • Loading branch information
montogeek committed Jun 5, 2014
1 parent cace0da commit 198bd50
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
10 changes: 5 additions & 5 deletions documentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
- Primeros pasos
- [Instalación](/page/installation)
- [Configuración](/page/configuration)
- [Ciclo de vida de petición](/page/lifecycle)
- [Ciclo de vida](/page/lifecycle)
- [Rutas](/page/routing)
- [Peticiones y Entrada de datos](/page/requests)
- [Vistas y Respuestas](/page/responses)
Expand All @@ -18,12 +18,12 @@
- [Extensión del núcleo](/page/extending)
- [Eventos](/page/events)
- [Facades](/page/facades)
- [Formualarios y HTML](/page/html)
- [Formularios y HTML](/page/html)
- [Auxiliares](/page/helpers)
- [Contenedos IoC](/page/ioc)
- [Contenedor IoC](/page/ioc)
- [Localización](/page/localization)
- [Correo](/page/mail)
- [Desarollo de paquetes](/page/packages)
- [Desarrollo de paquetes](/page/packages)
- [Paginación](/page/pagination)
- [Colas](/page/queues)
- [Seguridad](/page/security)
Expand All @@ -33,7 +33,7 @@
- [Pruebas unitarias](/page/testing)
- [Validación](/page/validation)
- Base de datos
- [Uno básico](/page/database)
- [Uso básico](/page/database)
- [Constructor de consultas](/page/queries)
- [ORM Eloquent](/page/eloquent)
- [Constructor de Esquemas](/page/schema)
Expand Down
22 changes: 11 additions & 11 deletions html.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
# Formularios & HTML

- [Opening A Form](#opening-a-form)
- [CSRF Protection](#csrf-protection)
- [Form Model Binding](#form-model-binding)
- [Labels](#labels)
- [Text, Text Area, Password & Hidden Fields](#text)
- [Checkboxes and Radio Buttons](#checkboxes-and-radio-buttons)
- [File Input](#file-input)
- [Drop-Down Lists](#drop-down-lists)
- [Buttons](#buttons)
- [Custom Macros](#custom-macros)
- [Generating URLs](#generating-urls)
- [Creado un formulario](#opening-a-form)
- [Protección CSRF](#csrf-protection)
- [Formularios de modelos](#form-model-binding)
- [Etiquetas](#labels)
- [Texto, Áreas de texto, Contraseña & Campos ocultos](#text)
- [Botones checkboxes y radio](#checkboxes-and-radio-buttons)
- [Entrada archivos](#file-input)
- [Listas desplegables](#drop-down-lists)
- [Butones](#buttons)
- [Macros personalizados](#custom-macros)
- [Generando URLs](#generating-urls)

<a name="opening-a-form"></a>
## Opening A Form
Expand Down

0 comments on commit 198bd50

Please sign in to comment.