Skip to content

Commit 159515d

Browse files
committed
Typo
Fixed typo in description.
1 parent 8602abe commit 159515d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/azure_data_studio/README_FOR_MARKETPLACE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ tempdb Normal 72.00 MB 61.25 MB Simple 140 sa
122122
WideWorldImporters Normal 3.2 GB 2.6 GB Simple 130 sa
123123
```
124124

125-
This example uses the `Get-SqlDatabase` cmdlet to retireve a list of all databases on the ServerB instance, then presents a grid/table to select which databases should be backed up. Once the user clicks on the "OK" button, only the highlighted databases will be backed up.
125+
This example uses the `Get-SqlDatabase` cmdlet to retrieve a list of all databases on the ServerB instance, then presents a grid/table (using the `Out-GridView` cmdlet) to select which databases should be backed up. Once the user clicks on the "OK" button, only the highlighted databases will be backed up.
126126

127127
```
128128
Get-SqlDatabase -ServerInstance ServerB |

0 commit comments

Comments
 (0)