Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Erwan Loisant committed Feb 3, 2010
1 parent 753ab70 commit 8d513c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion documentation/manual/home.textile
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ Everything you need to know about Play.
# "The domain object model":model
## "Properties simulation":model#properties
## "Setup a database to persist your model objects":model#database
## "Persist you object model with Hibernate":model#hibernate
## "Persist your object model with Hibernate":model#hibernate
## "The stateless model":model#stateless
# "A little of asynchronism using jobs":jobs
## "Bootstrap jobs":jobs#concepts
Expand Down
2 changes: 1 addition & 1 deletion documentation/manual/model.textile
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ From your code, your can then obtain a **java.sql.Connection** from the **play.d
bc. Connection conn = DB.getConnection();
conn.createStatement().execute("select * from products");

h2. <a>Persist you object model with Hibernate</a>
h2. <a>Persist your object model with Hibernate</a>

You can use Hibernate (through JPA) to persist your Java objects in the Database automatically.

Expand Down

0 comments on commit 8d513c4

Please sign in to comment.