Skip to content

Commit

Permalink
Fix typo in README.md (#109)
Browse files Browse the repository at this point in the history
### Motivation and Context

<!-- Thank you for your contribution to the copilot-chat repo!
Please help reviewers and future users, providing the following
information:
  1. Why is this change required?
  2. What problem does it solve?
  3. What scenario does it contribute to?
  4. If it fixes an open issue, please link to the issue here.
-->

### Description
bocked -> blocked
<!-- Describe your changes, the overall approach, the underlying design.
These notes will help understanding how your code works. Thanks! -->

### Contribution Checklist

<!-- Before submitting this PR, please make sure: -->

- [x] The code builds clean without any errors or warnings
- [x] The PR follows the [Contribution
Guidelines](https://github.com/microsoft/copilot-chat/blob/main/CONTRIBUTING.md)
and the [pre-submission formatting
script](https://github.com/microsoft/copilot-chat/blob/main/CONTRIBUTING.md#development-scripts)
raises no violations
- [ ] All unit tests pass, and I have added new tests where possible
- [x] I didn't break anyone 😄
  • Loading branch information
eltociear authored Aug 5, 2023
1 parent 577966e commit 71138e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ You will need the following items to run the sample:
.\Start.ps1
```

> **IMPORTANT:** Confirm pop-ups are not bocked and you are logged in with the same account used to register the application.
> **IMPORTANT:** Confirm pop-ups are not blocked and you are logged in with the same account used to register the application.
> **NOTE:** It may take a few minutes for Yarn packages to install on the first run.
Expand Down Expand Up @@ -117,7 +117,7 @@ You will need the following items to run the sample:
./Start.sh
```

> **IMPORTANT:** Confirm pop-ups are not bocked and you are logged in with the same account used to register the application.
> **IMPORTANT:** Confirm pop-ups are not blocked and you are logged in with the same account used to register the application.

> **NOTE:** It may take a few minutes for Yarn packages to install on the first run.

Expand Down

0 comments on commit 71138e7

Please sign in to comment.