Skip to content

Commit

Permalink
[repo] docs: Update README.md fixed a typo (#2114)
Browse files Browse the repository at this point in the history
#minor Corrected "are" to "is" in [README.md].

This pull request addresses a minor typo found in the repository. The
typo has been corrected to improve clarity and maintain the quality of
the documentation.

This change is purely cosmetic and does not affect functionality.

## Linked issues

closes: # (issue number)

## Details

Provide a list of your changes here. If you are fixing a bug, please
provide steps to reproduce the bug.

#### Change details

> Describe your changes, with screenshots and code snippets as
appropriate

**code snippets**:

**screenshots**:

## Attestation Checklist

- [ ] My code follows the style guidelines of this project

- I have checked for/fixed spelling, linting, and other errors
- I have commented my code for clarity
- I have made corresponding changes to the documentation (updating the
doc strings in the code is sufficient)
- My changes generate no new warnings
- I have added tests that validates my changes, and provides sufficient
test coverage. I have tested with:
  - Local testing
  - E2E testing in Teams
- New and existing unit tests pass locally with my changes

### Additional information

> Feel free to add other relevant information below

---------

Co-authored-by: Corina <[email protected]>
  • Loading branch information
Deep145757 and corinagum authored Oct 14, 2024
1 parent dac3c44 commit 22473ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ This project may contain trademarks or logos for projects, products, or services
trademarks or logos is subject to and must follow
[Microsoft's Trademark & Brand Guidelines](https://www.microsoft.com/en-us/legal/intellectualproperty/trademarks/usage/general).
Use of Microsoft trademarks or logos in modified versions of this project must not cause confusion or imply Microsoft sponsorship.
Any use of third-party trademarks or logos are subject to those third-party's policies.
Any use of third-party trademarks or logos is subject to those third parties' policies.

## Accessing daily builds

Expand Down

0 comments on commit 22473ff

Please sign in to comment.