Skip to content

Commit 5c2cb19

Browse files
authored
docs: update _language_adaptation.md (#1839)
Intialize -> Initialize
1 parent f265cf5 commit 5c2cb19

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/howtos/customizations/testgenerator/_language_adaptation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ len(docs)
4343

4444

4545

46-
### Intialize required models
46+
### Initialize required models
4747

4848

4949
```python
@@ -83,7 +83,7 @@ from ragas.testset.transforms.splitters import HeadlineSplitter
8383
transforms = [HeadlineSplitter(), NERExtractor()]
8484
```
8585

86-
### Intialize test generator
86+
### Initialize test generator
8787

8888

8989
```python

0 commit comments

Comments
 (0)