Skip to content

Commit 5249c46

Browse files
authored
fix typose (#1619)
Signed-off-by: Shui Song Luar <song@soracloud.ai>
1 parent 6e3bfe8 commit 5249c46

File tree

11 files changed

+11
-11
lines changed

11 files changed

+11
-11
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ If your PR is urgent, let the docs team know in the PR comments, and we will do
2121
* **/package.json**: Node.js dependencies. Tailwind, for example, is installed via the Node package manager (`npm`).
2222
* **/config.toml**: Hugo's site configuration, like the root path and menu items. Hugo can access configuration elements when rendering the site. So you can define custom configuration settings here.
2323
* **/syntax.css**: Hugo supports syntax highlighting via shortcodes. The highlighter is configured via this CSS file.
24-
* **/Makefile**: We use make to wrap some Hugo commands and to add addtional build steps.
24+
* **/Makefile**: We use make to wrap some Hugo commands and to add additional build steps.
2525
* **/tailwind.config.js**: This is the Tailwind CSS framwork's configuration file.
2626
* **/postcss.config.js**: Needed to make Tailwind statically accessible to the site.
2727

content/apis/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ title: APIs
66
type: develop
77
---
88

9-
Redis provides a number of APIs for developers and operators. The following sections provide you easy access to the client API, the several programmability APIs, the RESTFul management APIs and the Kubernetes resource defintions.
9+
Redis provides a number of APIs for developers and operators. The following sections provide you easy access to the client API, the several programmability APIs, the RESTFul management APIs and the Kubernetes resource definitions.
1010

1111
## APIs for Developers
1212

content/commands/json.toggle/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ For more information about replies, see [Redis serialization protocol specificat
5959
## Examples
6060

6161
<details open>
62-
<summary><b>Toogle a Boolean value stored at <code>path</code></b></summary>
62+
<summary><b>Toggle a Boolean value stored at <code>path</code></b></summary>
6363

6464
Create a JSON document.
6565

content/commands/tdigest.byrevrank/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ title: TDIGEST.BYREVRANK
3535
---
3636
Returns, for each input reverse rank, an estimation of the value (floating-point) with that reverse rank.
3737

38-
Multiple estimations can be retrieved in a signle call.
38+
Multiple estimations can be retrieved in a single call.
3939

4040
## Required arguments
4141

content/commands/ts.decrby/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ If the time series is empty, the value is set to `subtrahend`.
115115
When not specified, the timestamp is set to the Unix time of the server's clock.
116116
</details>
117117

118-
<details open><summary><code>RETENTION retentionPeriod</code></summmary>
118+
<details open><summary><code>RETENTION retentionPeriod</code></summary>
119119

120120
is maximum retention period, compared to the maximum existing timestamp, in milliseconds.
121121

content/develop/interact/search-and-query/advanced-concepts/autocomplete.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ redis> FT.SUGGET autocomplete hell FUZZY
8484

8585
### Optional arguments
8686

87-
There are three additional arguments you can use wit `FT.SUGGET`:
87+
There are three additional arguments you can use with `FT.SUGGET`:
8888

8989
* `MAX num`: limits the results to a maximum of `num`. The default for `MAX` is 5.
9090
* `WITHSCORES`: returns the score of each suggestion.

content/develop/interact/search-and-query/advanced-concepts/vectors.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -519,7 +519,7 @@ vectors to represent products in ecommerce catalogs or content in advertising pi
519519
With the emergence of Large Language Models (LLMs) and the proliferation of applications that require advanced information
520520
retrieval techniques, Redis is well positioned to serve as your high performance query engine for semantic search and more.
521521

522-
Here are some additonal resources that apply vector search for different use cases:
522+
Here are some additional resources that apply vector search for different use cases:
523523

524524
- [Retrieval augmented generation from scratch](https://github.com/redis-developer/redis-ai-resources/blob/main/python-recipes/RAG/01_redisvl.ipynb)
525525
- [Semantic caching](https://github.com/redis-developer/redis-ai-resources/blob/main/python-recipes/semantic-cache/semantic_caching_gemini.ipynb)

content/integrate/redisvl/user_guide/llmcache.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ llmcache = SemanticCache(
6060
name="llmcache", # underlying search index name
6161
redis_url="redis://localhost:6379", # redis connection url string
6262
distance_threshold=0.1, # semantic cache distance threshold
63-
vectorizer=HFTextVectorizer("redis/langcache-embed-v1"), # embdding model
63+
vectorizer=HFTextVectorizer("redis/langcache-embed-v1"), # embedding model
6464
)
6565
```
6666

content/operate/kubernetes/upgrade/upgrade-redis-cluster.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Your Redis databases must be running version 7.2 or later before upgrading your
3737

3838
### RHEL9-compatible modules
3939

40-
Upgrading to Redis operator version 7.8.2-6 involves migrating your Redis Enterprise nodes to RHEL9 from either Ubuntu 18 or RHEL8. If your databases use modules, you need to manually install modules compatibile with RHEL9.
40+
Upgrading to Redis operator version 7.8.2-6 involves migrating your Redis Enterprise nodes to RHEL9 from either Ubuntu 18 or RHEL8. If your databases use modules, you need to manually install modules compatible with RHEL9.
4141

4242
To see which modules you have installed, run:
4343

content/operate/oss_and_stack/stack-with-enterprise/gears-v1/python/quickstart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ $ redis-cli rg.pyexecute "`cat wordcount.py`"
7474
2) (empty array)
7575
```
7676

77-
The results here show the number of occurences of each word in all of our strings. So, we've effectively processed the data in our Redis database all at once, in a batch.
77+
The results here show the number of occurrences of each word in all of our strings. So, we've effectively processed the data in our Redis database all at once, in a batch.
7878

7979
## Event processing
8080

0 commit comments

Comments
 (0)