Skip to content

Commit 4c73189

Browse files
authored
docs: add missing punctuation to readme
Signed-off-by: Michael Beemer <[email protected]>
1 parent 732ea41 commit 4c73189

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: packages/server/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ OpenFeature.setProvider(new MyProvider());
126126
Once the provider has been registered, the status can be tracked using [events](#eventing).
127127

128128
In some situations, it may be beneficial to register multiple providers in the same application.
129-
This is possible using [named clients](#named-clients), which is covered in more details below.
129+
This is possible using [named clients](#named-clients), which is covered in more detail below.
130130

131131
### Targeting
132132

@@ -154,7 +154,7 @@ const boolValue = await client.getBooleanValue('some-flag', false, requestContex
154154

155155
### Hooks
156156

157-
[Hooks](https://openfeature.dev/docs/reference/concepts/hooks) allow for custom logic to be added at well-defined points of the flag evaluation life-cycle
157+
[Hooks](https://openfeature.dev/docs/reference/concepts/hooks) allow for custom logic to be added at well-defined points of the flag evaluation life-cycle.
158158
Look [here](https://openfeature.dev/ecosystem/?instant_search%5BrefinementList%5D%5Btype%5D%5B0%5D=Hook&instant_search%5BrefinementList%5D%5Bcategory%5D%5B0%5D=Server-side&instant_search%5BrefinementList%5D%5Btechnology%5D%5B0%5D=JavaScript) for a complete list of available hooks.
159159
If the hook you're looking for hasn't been created yet, see the [develop a hook](#develop-a-hook) section to learn how to build it yourself.
160160

@@ -176,7 +176,7 @@ const boolValue = await client.getBooleanValue("bool-flag", false, { hooks: [new
176176

177177
### Logging
178178

179-
The JS SDK will log warning and errors to the console by default.
179+
The Node.JS SDK will log warnings and errors to the console by default.
180180
This behavior can be overridden by passing a custom logger either globally or per client.
181181
A custom logger must implement the [Logger interface](../shared/src/logger/logger.ts).
182182

0 commit comments

Comments
 (0)