Skip to content

Commit

Permalink
fix grammar
Browse files Browse the repository at this point in the history
  • Loading branch information
mojavelinux committed Dec 18, 2010
1 parent a24bf66 commit bde02ff
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/src/main/docbook/en-US/genericbeans.xml
Expand Up @@ -218,7 +218,7 @@ class QueueManager {
</para>

<para>
Having created the <code>MessageQueueFactory</code>, we can then expose the queue, obtaining it's name from the
Having created the <code>MessageQueueFactory</code>, we can then expose the queue, obtaining its name from the
generic configuration annotation. Additionally, we define the scope of the producer method to be inherited from
the generic configuration point by placing the annotation <code>@ApplyScope</code> on the producer method. The
producer method automatically inherits the qualifiers specified by the generic configuration point.
Expand Down
2 changes: 1 addition & 1 deletion docs/src/main/docbook/en-US/logging.xml
Expand Up @@ -5,7 +5,7 @@
<title>Logging</title>

<para>
Seam Solder integrates JBoss Logging 3 as it's logging framework of choice. JBoss Logging 3 is a modern
Seam Solder integrates JBoss Logging 3 as its logging framework of choice. JBoss Logging 3 is a modern
logging framework offering:
</para>

Expand Down
2 changes: 1 addition & 1 deletion docs/src/main/docbook/en-US/typeutilities.xml
Expand Up @@ -26,7 +26,7 @@

<para>
Here we create a new builder, and initialize it using an existing <code>AnnotatedType</code>. We can then
add or remove annotations from the class, and it's members. When we have finished modifying the type, we call
add or remove annotations from the class, and its members. When we have finished modifying the type, we call
<code>create()</code> to spit out a new, immutable, <code>AnnotatedType</code>.
</para>

Expand Down

0 comments on commit bde02ff

Please sign in to comment.