Merge pull request #560 from filiptepper/master

Fixing some typos
This commit is contained in:
Erik Michaels-Ober 2011-12-28 14:32:26 -08:00
commit 31bcd0fe89
1 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@ for more information.**
## An Introduction ## An Introduction
OmniAuth is a libary that standardizes multi-provider authentication for OmniAuth is a library that standardizes multi-provider authentication for
web applications. It was created to be powerful, flexible, and do as web applications. It was created to be powerful, flexible, and do as
little as possible. Any developer can create **strategies** for OmniAuth little as possible. Any developer can create **strategies** for OmniAuth
that can authenticate users via disparate systems. OmniAuth strategies that can authenticate users via disparate systems. OmniAuth strategies
@ -22,7 +22,7 @@ individually as RubyGems, and you can see a [community maintained list](https://
on the wiki for this project. on the wiki for this project.
One strategy, called `Developer`, is included with OmniAuth and provides One strategy, called `Developer`, is included with OmniAuth and provides
a completely unsecure, non-production-usable strategy that directly a completely insecure, non-production-usable strategy that directly
prompts a user for authentication information and then passes it prompts a user for authentication information and then passes it
straight through. You can use it as a placeholder when you start straight through. You can use it as a placeholder when you start
development and easily swap in other strategies later. development and easily swap in other strategies later.