From 58e4c09826798bf876e95f20bb20febc8155606c Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Thu, 18 Aug 2022 06:03:20 -0400 Subject: [PATCH] Fix typo Signed-off-by: Roberto Rosario --- HISTORY.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/HISTORY.rst b/HISTORY.rst index f3f33276e9d..dcda9ab8245 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -2,10 +2,10 @@ =================== - Make file improvements. Don't require a local ``psql`` client to launch the PostgreSQL development container. Don't require a local - redis client to launch the Redis development container. Fix the + Redis client to launch the Redis development container. Fix the staging targets. - Display exception errors to console when Celery fails to initialize. -- Use the ``DownloadFile`` filename attribute if avaible when performing +- Use the ``DownloadFile`` filename attribute if available when performing the actual download action. Fall back to the previous logic of the string representation of the download file if the filename attribute is not set.