Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
woody-apple committed Jun 23, 2023
1 parent 0ac3c24 commit ab418ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/tv-app/android/App/common-api/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

The tv-app common-api module defines the interface to interact with the Matter
agent service for the content apps. This module defines the AIDL interfaces,
clusters and command abstractions accessible. It also defines various contants
clusters and command abstractions accessible. It also defines various constants
and intent field definitions that would be used by the content app while
interacting with the Matter SDK. The interface provided by this module helps
content app to register dynamic endpoints as well as report any attribute
Expand Down Expand Up @@ -49,7 +49,7 @@ associated with each one.
## Intents

The supported intents are defined under the
`com.matter.tv.app.api.MatterIntentContants`. This helper class defines the
`com.matter.tv.app.api.MatterIntentConstants`. This helper class defines the
relevant intents used while interacting with the Matter app agent service. This
includes the android permission strings to as well as command and attribute
intent fields to be used.

0 comments on commit ab418ef

Please sign in to comment.