Pārlūkot izejas kodu

README.md: Fix typo (#1140)

Christian Clauss 1 gadu atpakaļ
vecāks
revīzija
1878f8d4fc
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      embedchain-js/README.md

+ 1 - 1
embedchain-js/README.md

@@ -178,7 +178,7 @@ await app.addLocal("qna_pair", ["Question", "Answer"]);
 
 ## Testing
 
-Before you consume valueable tokens, you should make sure that the embedding you have done works and that it's receiving the correct document from the database.
+Before you consume valuable tokens, you should make sure that the embedding you have done works and that it's receiving the correct document from the database.
 
 For this you can use the `dryRun` method.