Skip to content
This repository was archived by the owner on Jan 31, 2020. It is now read-only.

Commit d7b85ed

Browse files
committed
Merge branch 'docs/186'
Close #186
2 parents a81e512 + c815d33 commit d7b85ed

File tree

6 files changed

+5
-17
lines changed

6 files changed

+5
-17
lines changed

doc/book/helpers/gravatar.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Gravatar Helper
1+
# Gravatar
22

33
The `Gravatar` helper is useful for rendering image HTML markup returned from
44
the [gravatar.com](http://gravatar.com) service.

doc/book/helpers/html-object.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# HTML Object
1+
# HtmlObject
22

33
The HTML `<object>` element is used for embedding media like Flash or QuickTime
44
in web pages. The object view helpers take care of embedding media with minimum

doc/book/helpers/intro.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# View Helpers
1+
# Introduction
22

33
In your view scripts, you'll perform certain complex functions over and over:
44
e.g., formatting a date, generating form elements, or displaying action links.

doc/book/helpers/json.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# JSON
1+
# Json
22

33
When creating views that return JSON, it's important to also set the appropriate
44
response header. The JSON view helper does exactly that. In addition, by

doc/book/helpers/url.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# URL
1+
# Url
22

33
The URL view helper is used to create a string representation of the routes that
44
you define within your application. The syntax for the view helper is

doc/book/index.html

Lines changed: 0 additions & 12 deletions
This file was deleted.

0 commit comments

Comments
 (0)