Skip to content

Commit e3c4709

Browse files
committed
fix spelling errors
1 parent d7afb81 commit e3c4709

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.evergreen/scaffold_atlas.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ def upload_data(db: Database, filename: Path) -> None:
3636
loaded_collection = json.load(f)
3737

3838
logger.info(
39-
"Loading %s to Atlas database %s in colleciton %s",
39+
"Loading %s to Atlas database %s in collection %s",
4040
filename.name,
4141
db.name,
4242
collection_name,

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Within each subdirectory you should expect to have:
3030
The general layout of this repo looks like this:
3131

3232
```bash
33-
├── LICENSE # License Agreeement
33+
├── LICENSE # License Agreement
3434
├── README.md # This Document
3535
├── langchain-python # Folder scoped for one Integration
3636
│ └── run.sh # Script that executes test

0 commit comments

Comments
 (0)