Skip to content

Commit 35838ec

Browse files
committed
Merge pull request #9 from juliancheal/master
Typo
2 parents 76faafb + b549d9e commit 35838ec

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ The repo is called `omniauth-radius-rails` which is mostly to be an indicator of
1010

1111
# Usage
1212

13-
This Rails engine will do a number of things around authentication, users and teams. But is specifically designe to be agnostic data models and the like. The primary use is to enable an app to to login via OAuth with Kracken. This is normally accomplished with a few controller mix-ins and a mounted engine to handle the callbacks.
13+
This Rails engine will do a number of things around authentication, users and teams. But is specifically designed to be agnostic data models and the like. The primary use is to enable an app to to login via OAuth with Kracken. This is normally accomplished with a few controller mix-ins and a mounted engine to handle the callbacks.
1414

1515

1616
In general there are two main mix-ins, one for normal web use and another for creating a public API.
@@ -52,7 +52,7 @@ Skips `verify_authenticity_token` since it is a
5252

5353
#### JSON API Compatible
5454

55-
Configure a controller to be a JSON api with sensable defaults
55+
Configure a controller to be a JSON api with sensible defaults
5656

5757
Filters
5858

@@ -157,7 +157,7 @@ Accepts one parameter which is a hash received from the OAuth server. It will be
157157

158158
### 5. Configure App Controller
159159

160-
Include the mix-in in your Applicaiton Controller:
160+
Include the mix-in in your Application Controller:
161161

162162
```
163163
include Kracken::Controllers::Authenticatable
@@ -173,7 +173,7 @@ skip_filter :authenticate_user!, except: [:secure_action]
173173

174174
## Proxy Login
175175

176-
Alows direct login to the Kracken Server. Normally used for logging in a user
176+
Allows direct login to the Kracken Server. Normally used for logging in a user
177177
via a mobile app. This will also call the user model configured in the
178178
initializer with `find_or_create_from_auth_hash` then return that user model.
179179

0 commit comments

Comments
 (0)