Skip to content

Commit 00ac767

Browse files
kimtoreKyrremann
authored andcommitted
Fix more typos
1 parent 2db0293 commit 00ac767

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/explanation/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# Explanations
22

3-
Big-picture explanations of higher-level concepts. Most useful when you want to understand how NAIS works.
3+
Big picture explanations of higher-level concepts. Most useful when you want to understand how NAIS works.

docs/security/auth/wonderwall.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ As such, this is OIDC as a sidecar, or OaaS, or to explain the joke:
1818

1919
## Overview
2020

21-
Wonderwall is a reverse-proxy that sits in front of your application.
21+
Wonderwall is a reverse proxy that sits in front of your application.
2222
All incoming requests to your application are intercepted and proxied by the sidecar.
2323

2424
If the user does _not_ have a valid session with the sidecar, requests will be proxied as-is without modifications to the application:

old/addons/wonderwall.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ As such, this is OIDC as a sidecar, or OaaS, or to explain the joke:
1313

1414
## Overview
1515

16-
Wonderwall is a reverse-proxy that sits in front of your application.
16+
Wonderwall is a reverse proxy that sits in front of your application.
1717
All incoming requests to your application are intercepted and proxied by the sidecar.
1818

1919
If the user does _not_ have a valid session with the sidecar, requests will be proxied as-is without modifications to the application:

0 commit comments

Comments
 (0)