diff --git a/AmplifyPlugins/Storage/Sources/AWSS3StoragePlugin/Support/Constants/PluginErrorConstants.swift b/AmplifyPlugins/Storage/Sources/AWSS3StoragePlugin/Support/Constants/PluginErrorConstants.swift index 215220280a..24f3224916 100644 --- a/AmplifyPlugins/Storage/Sources/AWSS3StoragePlugin/Support/Constants/PluginErrorConstants.swift +++ b/AmplifyPlugins/Storage/Sources/AWSS3StoragePlugin/Support/Constants/PluginErrorConstants.swift @@ -21,7 +21,7 @@ struct PluginErrorConstants { static let missingStorageCategoryConfiguration: PluginErrorString = ( "Plugin is missing `Storage` category in configuration.", - "Add the `Storage` section to the plugin.") + "Add the `Storage` section to the configuration.") static let missingBucket: PluginErrorString = ( "The 'Bucket' key is missing from the configuration",