Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(811)

Unified Diff: lib/storage.dart

Issue 1030593003: Update README file (Closed) Base URL: https://github.com/dart-lang/gcloud@master
Patch Set: More text Created 5 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« README.md ('K') | « README.md ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/storage.dart
diff --git a/lib/storage.dart b/lib/storage.dart
index 4705e7a0254ad5313aec188741ce4b423f0188ec..cc0ec52d539c59228d6b8fddb2aa6304d5c184d6 100644
--- a/lib/storage.dart
+++ b/lib/storage.dart
@@ -77,7 +77,7 @@ Storage get storageService => ss.lookup(_storageKey);
/// Registers the [storage] object within the current service scope.
///
-/// The provided `storage` object will be avilable via the top-level
+/// The provided `storage` object will be available via the top-level
/// `storageService` getter.
///
/// Calling this function outside of a service scope will result in an error.
@@ -433,7 +433,7 @@ class AclPermission {
/// predefined ACLs have explicit names, and can _only_ be used to set an ACL,
/// when either creating or updating a bucket or object. This set of predefined
/// ACLs are expanded on the server to their actual list of [AclEntry] objects.
-/// When information is retreived on a bucket or object, this expanded list will
+/// When information is retrieved on a bucket or object, this expanded list will
/// be present. For a description of these predefined ACLs see:
/// https://cloud.google.com/storage/docs/accesscontrol#extension.
class PredefinedAcl {
« README.md ('K') | « README.md ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698