From 31bd3274871c317f416c2c56a399eaa0f3c28067 Mon Sep 17 00:00:00 2001 From: Jared Brogan <42228088+jaredbrogan@users.noreply.github.com> Date: Sat, 3 Sep 2022 21:57:21 -0500 Subject: [PATCH] fix: correct azure blob storage typo (#5591) --- server/modules/storage/azure/definition.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/modules/storage/azure/definition.yml b/server/modules/storage/azure/definition.yml index 13eb92e0..631bef37 100644 --- a/server/modules/storage/azure/definition.yml +++ b/server/modules/storage/azure/definition.yml @@ -41,4 +41,4 @@ props: actions: - handler: exportAll label: Export All - hint: Output all content from the DB to Azure Blog Storage, overwriting any existing data. If you enabled Azure Blog Storage after content was created or you temporarily disabled it, you'll want to execute this action to add the missing content. + hint: Output all content from the DB to Azure Blob Storage, overwriting any existing data. If you enabled Azure Blob Storage after content was created or you temporarily disabled it, you'll want to execute this action to add the missing content.