Skip to content

Commit

Permalink
Fix stray 'i' character.
Browse files Browse the repository at this point in the history
  • Loading branch information
jparise committed Mar 3, 2017
1 parent ee65085 commit 26ecaee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -227,7 +227,7 @@ This can be mitigated by using shared structs in a common module and controlling
defmodule Models do
use Riffed.Struct, dest_modules: [common_types: Common,
server_types: Server,
i client_types: Client],
client_types: Client],
common_types: [:RequestContext, :User],
server_types: [:AccessControlList],
client_types: [:UserList]
Expand Down

0 comments on commit 26ecaee

Please sign in to comment.