Skip to content

Commit 78c5f6e

Browse files
committed
fix typo
1 parent 9796848 commit 78c5f6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ extension Application.Azure {
7777
public var storage: AzureStorage {
7878
get {
7979
guard let storage = self.application.storage[StorageKey.self] else {
80-
fatalError("AzureStorage not setup. Use application.aws.storage = ...")
80+
fatalError("AzureStorage not setup. Use application.azure.storage = ...")
8181
}
8282
return storage
8383
}

0 commit comments

Comments
 (0)