Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Todd Baert <[email protected]>
Signed-off-by: Michael Beemer <[email protected]>
  • Loading branch information
beeme1mr and toddbaert authored Jan 19, 2024
1 parent 69918f5 commit 37feff9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions specification/sections/01-flag-evaluation.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ See [hooks](./04-hooks.md) for details.
OpenFeature.getProviderMetadata();
```

It must be possible to access provider metadata using a `domain`.
It's possible to access provider metadata using a `domain`.
If a provider has not be registered under the requested domain, the default provider metadata is returned.

```typescript
Expand All @@ -130,7 +130,7 @@ See [provider](./02-providers.md), [domain](../glossary.md#domain) for details.
OpenFeature.getClient();
```

It must be possible to create a client that is associated with a `domain`.
It's possible to create a client that is associated with a `domain`.
The client will use a provider in the same `domain` if one exists, otherwise, the default provide is used.

```java
Expand Down
2 changes: 1 addition & 1 deletion specification/sections/03-evaluation-context.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ See [setting a provider](./01-flag-evaluation.md#setting-a-provider), [domain](.

> The API **MUST** have a mechanism to manage `evaluation context` for an associated `domain`.
In the static-context paradigm, it must be possible to create and remove provider-specific context.
In the static-context paradigm, it's possible to create and remove provider-specific context.
See [setting a provider](./01-flag-evaluation.md#setting-a-provider), [domain](../glossary.md#domain) for details.

#### Requirement 3.2.3
Expand Down

0 comments on commit 37feff9

Please sign in to comment.