Skip to content

Commit e7dd115

Browse files
authored
Update src/content/docs/kv/examples/distributed-configuration-with-workers-kv.mdx
1 parent c28e164 commit e7dd115

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/kv/examples/distributed-configuration-with-workers-kv.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ In this example, application configuration data is used to personalize the Worke
1919
## Write your configuration from your external application to Workers KV
2020

2121
In some cases, your source-of-truth for your configuration data may be stored elsewhere than Workers KV.
22-
If this is the case, use the Workers KV REST API to write the configuration data to your Workers KV namespace. You may also
22+
If this is the case, use the Workers KV REST API to write the configuration data to your Workers KV namespace.
2323

2424
The following external Node.js application demonstrates a simple scripts that reads user data from a database and writes it to Workers KV using the REST API library.
2525

0 commit comments

Comments
 (0)