Skip to content

Commit 0a74380

Browse files
author
Nicholas King
committed
Minor documentation corrections
1 parent 57b8331 commit 0a74380

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/ResourceManager/Websites/Commands.Websites/Cmdlets/BackupRestore/AzureWebAppBackup.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ public class AzureWebAppBackup
4848
public string BlobName { get; set; }
4949

5050
/// <summary>
51-
/// Databases that are included in this backup
51+
/// Databases backed up along with the web app
5252
/// </summary>
5353
public DatabaseBackupSetting[] Databases { get; set; }
5454

src/ResourceManager/Websites/Commands.Websites/Cmdlets/BackupRestore/AzureWebAppBackupConfiguration.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ public class AzureWebAppBackupConfiguration
5858
public DateTime? StartTime { get; set; }
5959

6060
/// <summary>
61-
/// The databases to be backed up automatically along with the website
61+
/// The databases to be backed up automatically along with the web app
6262
/// </summary>
6363
public DatabaseBackupSetting[] Databases { get; set; }
6464

0 commit comments

Comments
 (0)