Skip to content

Commit

Permalink
Fixing spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
pgregorr-amazon committed Jan 13, 2025
1 parent 3475168 commit ee0c8e6
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions examples/tv-casting-app/android/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ Unsupported class file major version XX
This error occurs when the Java version being used is not compatible with the
Gradle version in your project.

See the Andorid
See the Android
[README.md](https://github.com/project-chip/connectedhomeip/blob/master/docs/platforms/android/android_building.md#gradle--jdk-version)
for more info about the supported Gradle & JDK Version.

Expand Down Expand Up @@ -130,7 +130,7 @@ build_examples.py, but you will not be able to edit Matter Android code from
## Common build environment issues
1. If you see an error like `kotlinc: command not found`, install kotlinc on
1. If you see an error like `kotlinc: command not found`, install the Kotlin in
your build environment. Eg. on MacOS, this can be done with the command:
```shell
Expand All @@ -145,5 +145,5 @@ video players:
1. With the
[example Matter tv-app](https://github.com/project-chip/connectedhomeip/tree/master/examples/tv-app)
running on a Raspberry Pi - works out of the box.
2. With a FireTV device - requires your Amazon Customer ID to be allowlisted
2. With a FireTV device - requires your Amazon Customer ID to be allow-listed
first.
4 changes: 2 additions & 2 deletions examples/tv-casting-app/darwin/TvCasting/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,11 +107,11 @@ build the app without any debugging symbols, use the "TvCasting Release" scheme.

## Running the Application

This example Matter TV Casting iOS applicaion can be tested with the following
This example Matter TV Casting iOS application can be tested with the following
video players:

1. With the
[example Matter tv-app](https://github.com/project-chip/connectedhomeip/tree/master/examples/tv-app)
running on a Raspberry Pi - works out of the box.
2. With a FireTV device - requires your Amazon Customer ID to be allowlisted
2. With a FireTV device - requires your Amazon Customer ID to be allow-listed
first.
4 changes: 2 additions & 2 deletions examples/tv-casting-app/linux/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ to build the Matter “Casting Client” into your consumer-facing mobile app.

### Commissioning the tv-casting-app

This example Matter TV Casting iOS applicaion can be tested with the following
This example Matter TV Casting iOS application can be tested with the following
video players:

1. With the
Expand All @@ -90,7 +90,7 @@ video players:

tv-casting-app> cast discover

2. With a FireTV device - requires your Amazon Customer ID to be allowlisted
2. With a FireTV device - requires your Amazon Customer ID to be allow-listed
first.

### Re-Running the Example on Linux with Cached Fabrics
Expand Down

0 comments on commit ee0c8e6

Please sign in to comment.