Skip to content

Commit c574bdd

Browse files
authored
fix a typo in examples/server/README.md (#2478)
1 parent 86aeb27 commit c574bdd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/server/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ node .
163163

164164
`content`: Set the text to tokenize.
165165

166-
Note that the special `BOS` token is not added in fron of the text and also a space character is not inserted automatically as it is for `/completion`.
166+
Note that the special `BOS` token is not added in front of the text and also a space character is not inserted automatically as it is for `/completion`.
167167

168168
- **POST** `/embedding`: Generate embedding of a given text just as [the embedding example](../embedding) does.
169169

0 commit comments

Comments
 (0)