소스 검색

Docs: fix typo (#1350)

Jesús Ferretti 1 년 전
부모
커밋
1a66f961f4
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      docs/components/data-sources/qna.mdx

+ 2 - 2
docs/components/data-sources/qna.mdx

@@ -1,5 +1,5 @@
 ---
-title: '❓💬 Queston and answer pair'
+title: '❓💬 Question and answer pair'
 ---
 
 QnA pair is a local data type. To supply your own QnA pair, use the data_type as `qna_pair` and enter a tuple. Eg:
@@ -10,4 +10,4 @@ from embedchain import App
 app = App()
 
 app.add(("Question", "Answer"), data_type="qna_pair")
-```
+```