Skip to content
This repository was archived by the owner on Dec 4, 2023. It is now read-only.

Commit c0060f6

Browse files
author
Tracy Boehrer
committed
Fixed README typos.
1 parent 6a875e3 commit c0060f6

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

samples/02.echo-bot/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ This sample is a Spring Boot app and uses the Azure CLI and azure-webapp Maven p
3232
As described on [Deploy your bot](https://docs.microsoft.com/en-us/azure/bot-service/bot-builder-deploy-az-cli), you will perform the first 4 steps to setup the Azure app, then deploy the code using the azure-webapp Maven plugin.
3333

3434
### 1. Login to Azure
35-
From a command (or Powershell) prompt in the root of the bot folder, execute:
35+
From a command (or PowerShell) prompt in the root of the bot folder, execute:
3636
`az login`
3737

3838
### 2. Set the subscription

samples/03.welcome-user/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ This sample is a Spring Boot app and uses the Azure CLI and azure-webapp Maven p
3232
As described on [Deploy your bot](https://docs.microsoft.com/en-us/azure/bot-service/bot-builder-deploy-az-cli), you will perform the first 4 steps to setup the Azure app, then deploy the code using the azure-webapp Maven plugin.
3333

3434
### 1. Login to Azure
35-
From a command (or Powershell) prompt in the root of the bot folder, execute:
35+
From a command (or PowerShell) prompt in the root of the bot folder, execute:
3636
`az login`
3737

3838
### 2. Set the subscription

samples/08.suggested-actions/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ This sample is a Spring Boot app and uses the Azure CLI and azure-webapp Maven p
1313
## To try this sample locally
1414
- From the root of this project folder:
1515
- Build the sample using `mvn package`
16-
- Run it by using `java -jar .\target\bot-sugestedactions-sample.jar`
16+
- Run it by using `java -jar .\target\bot-suggestedactions-sample.jar`
1717

1818
- Test the bot using Bot Framework Emulator
1919

@@ -32,7 +32,7 @@ This sample is a Spring Boot app and uses the Azure CLI and azure-webapp Maven p
3232
As described on [Deploy your bot](https://docs.microsoft.com/en-us/azure/bot-service/bot-builder-deploy-az-cli), you will perform the first 4 steps to setup the Azure app, then deploy the code using the azure-webapp Maven plugin.
3333

3434
### 1. Login to Azure
35-
From a command (or Powershell) prompt in the root of the bot folder, execute:
35+
From a command (or PowerShell) prompt in the root of the bot folder, execute:
3636
`az login`
3737

3838
### 2. Set the subscription

samples/16.proactive-messages/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ This sample is a Spring Boot app and uses the Azure CLI and azure-webapp Maven p
4141
As described on [Deploy your bot](https://docs.microsoft.com/en-us/azure/bot-service/bot-builder-deploy-az-cli), you will perform the first 4 steps to setup the Azure app, then deploy the code using the azure-webapp Maven plugin.
4242

4343
### 1. Login to Azure
44-
From a command (or Powershell) prompt in the root of the bot folder, execute:
44+
From a command (or PowerShell) prompt in the root of the bot folder, execute:
4545
`az login`
4646

4747
### 2. Set the subscription

samples/45.state-management/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ This sample is a Spring Boot app and uses the Azure CLI and azure-webapp Maven p
3535
As described on [Deploy your bot](https://docs.microsoft.com/en-us/azure/bot-service/bot-builder-deploy-az-cli), you will perform the first 4 steps to setup the Azure app, then deploy the code using the azure-webapp Maven plugin.
3636

3737
### 1. Login to Azure
38-
From a command (or Powershell) prompt in the root of the bot folder, execute:
38+
From a command (or PowerShell) prompt in the root of the bot folder, execute:
3939
`az login`
4040

4141
### 2. Set the subscription

samples/47.inspection/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ This sample is a Spring Boot app and uses the Azure CLI and azure-webapp Maven p
4747
As described on [Deploy your bot](https://docs.microsoft.com/en-us/azure/bot-service/bot-builder-deploy-az-cli), you will perform the first 4 steps to setup the Azure app, then deploy the code using the azure-webapp Maven plugin.
4848

4949
### 1. Login to Azure
50-
From a command (or Powershell) prompt in the root of the bot folder, execute:
50+
From a command (or PowerShell) prompt in the root of the bot folder, execute:
5151
`az login`
5252

5353
### 2. Set the subscription

0 commit comments

Comments
 (0)