Skip to content

Commit ed75f2d

Browse files
committed
fix typos
1 parent 78a7438 commit ed75f2d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/auth.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
# Auth
22

3-
Sparky authentiction protocols
3+
Sparky authentication protocols
44

55
# Synopsis
66

7-
Sparky comes with two authentiction protocols:
7+
Sparky comes with two authentication protocols:
88

99
* Default
1010

1111
* Oauth2
1212

1313
## Default protocol
1414

15-
Default protocl is a simples one, when you don't need anything fancy,
15+
Default protocol is a simplest one, when you don't need anything fancy,
1616
but authentication, just add these section to your `~/.sparky.yaml` file:
1717

1818
```yaml
@@ -50,7 +50,7 @@ projects:
5050
For more secure scenario use [oauth2](https://oauth.net/2/) authentication
5151
protocol.
5252
53-
To enable ouath2, add following section to `~/sparky.yaml` configuration file (
53+
To enable oauth2, add following section to `~/sparky.yaml` configuration file (
5454
example for Gitlab provider):
5555

5656
```yaml
@@ -72,4 +72,4 @@ For now only GitLab oauth2 provider is supported
7272

7373
## ACL
7474

75-
Sparky ACL allows to create access control lists to manage role based access to Sparky resources, see [docs/acl.md](https://github.com/melezhik/sparky/blob/master/docs/acl.md)
75+
Sparky ACL allows to create access control lists to manage role based access to Sparky resources, see [docs/acl.md](https://github.com/melezhik/sparky/blob/master/docs/acl.md)

0 commit comments

Comments
 (0)