From 4c3f9545dcf67b87cf9aca481e7ce70a82c62a4c Mon Sep 17 00:00:00 2001 From: Daud AHN <72173079+daud-ahn@users.noreply.github.com> Date: Sat, 18 Jun 2022 11:27:35 +0700 Subject: [PATCH] Fix a typo in `.env.template` --- .env.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env.template b/.env.template index 6bf7e4f..173bacf 100644 --- a/.env.template +++ b/.env.template @@ -8,7 +8,7 @@ REDDIT_PASSWORD="" # If no, it will ask you a thread link to extract the thread, if yes it will randomize it. Default: "no" RANDOM_THREAD="" -# Filters the comments by range of lenght (min and max characters) +# Filters the comments by range of length (min and max characters) # Min has to be less or equal to max # DO NOT INSERT ANY SPACES BETWEEN THE COMMA AND THE VALUES COMMENT_LENGTH_RANGE = "min,max"