We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9796848 commit 78c5f6eCopy full SHA for 78c5f6e
README.md
@@ -77,7 +77,7 @@ extension Application.Azure {
77
public var storage: AzureStorage {
78
get {
79
guard let storage = self.application.storage[StorageKey.self] else {
80
- fatalError("AzureStorage not setup. Use application.aws.storage = ...")
+ fatalError("AzureStorage not setup. Use application.azure.storage = ...")
81
}
82
return storage
83
0 commit comments