From a6ec88851d7f89ec7af231840fd78554cfb5383f Mon Sep 17 00:00:00 2001 From: elJorno Date: Fri, 16 Dec 2016 19:44:55 +0100 Subject: [PATCH] Fixed a small typo --- content/docs/deployment/ftp/contents.lr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/docs/deployment/ftp/contents.lr b/content/docs/deployment/ftp/contents.lr index 18c7ea8b..55c8bc2c 100644 --- a/content/docs/deployment/ftp/contents.lr +++ b/content/docs/deployment/ftp/contents.lr @@ -32,7 +32,7 @@ target = ftps://myuser:mypassword@ftp.example.com/var/www/example ## Credentials FTP is considered a largely insecure protocol for Lektor. As such if you -want to use it you should keep your project file save as credentials will +want to use it you should keep your project file safe as credentials will be most likely embedded there. Alternatively you can set the credentials via the command line with the `--username` and `--password` option (or via the environment variables `LEKTOR_DEPLOY_USERNAME` and `LEKTOR_DEPLOY_PASSWORD`)