Skip to content

Commit 34513ce

Browse files
authored
Fix typo for authentication (#3005)
1 parent f2e0427 commit 34513ce

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ The following environment variables can be used to configure Livebook on boot:
202202
* `LIVEBOOK_PUBLIC_BASE_URL_PATH` - sets the base url path the `/public/*` routes
203203
are served on. Note that this takes precedence over `LIVEBOOK_BASE_URL_PATH`,
204204
if both are set. Setting this may be useful to create exceptions when deploying
205-
behind a reverse proxy that requires au1thentication.
205+
behind a reverse proxy that requires authentication.
206206

207207
* `LIVEBOOK_CACERTFILE` - path to a local file containing CA certificates.
208208
Those certificates are used during for server authentication when Livebook

0 commit comments

Comments
 (0)