Copy edits for typos
This commit is contained in:
@@ -179,7 +179,7 @@ exports.queue_storage_if_needed = function() {
|
||||
]);
|
||||
process.env['AZURE_STORAGE_ACCOUNT'] = conf.resources['storage_account'];
|
||||
} else {
|
||||
// Preserve it for resizing, so we don't create a new one by accedent,
|
||||
// Preserve it for resizing, so we don't create a new one by accident,
|
||||
// when the environment variable is unset
|
||||
conf.resources['storage_account'] = process.env['AZURE_STORAGE_ACCOUNT'];
|
||||
}
|
||||
|
@@ -131,7 +131,7 @@ For more complete applications, please look in the [examples directory](../../..
|
||||
|
||||
### Debugging
|
||||
|
||||
Here are severals tips for you when you run into any issues.
|
||||
Here are several tips for you when you run into any issues.
|
||||
|
||||
##### Check logs
|
||||
|
||||
|
Reference in New Issue
Block a user