Skip to content

Commit

Permalink
correction to ContextMetadata docs
Browse files Browse the repository at this point in the history
  • Loading branch information
kriswest committed Jun 10, 2022
1 parent 3928672 commit 9c6d0a2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/api/ref/Metadata.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,10 +101,10 @@ Note that as `AppMetadata` instances are also `AppIdentifiers` they may be passe

```ts
interface ContextMetadata {
/** Metadata identifying the app that sent the context and/or intent.
* @experimental
/** Identifier for the app instance that sent the context and/or intent.
* @experimental
*/
readonly source: AppMetadata;
readonly source: AppIdentifier;
}
```

Expand Down

0 comments on commit 9c6d0a2

Please sign in to comment.