Skip to content

Commit

Permalink
Merge pull request #480 from JosephWoodward/patch-1
Browse files Browse the repository at this point in the history
Minor grammatical fix
  • Loading branch information
jeremydmiller committed Jul 5, 2016
2 parents d9870ea + 7c523fb commit ef6c31e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions documentation/registration/registry-dsl.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,13 +58,13 @@ To register the default `Instance` of a type, the syntax is one of the `Registry

## For().Add()

To register additional `Instance's` for a plugin type, use one of the overloads of `For().Add()`:
To register additional `Instances` for a plugin type, use one of the overloads of `For().Add()`:

<[sample:AdditionalRegistrations]>

## Add Many Registrations with For().AddInstances()

If you need to add several `Instance's` to a single plugin type, the `AddInstances()` syntax
If you need to add several `Instances` to a single plugin type, the `AddInstances()` syntax
shown below may be quicker and easier to use:

<[sample:Using-AddInstances]>
Expand Down

0 comments on commit ef6c31e

Please sign in to comment.