Skip to content

Commit 8598626

Browse files
docs: fix typos in some files (#9344)
1 parent ecc7a8a commit 8598626

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

β€Ždependency_range_tests/scripts/with_standard_tests/anthropic/test-with-latest-deps.shβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ cp "$original_updater_script_dir"/* "$updater_script_dir/"
2424
cd "$updater_script_dir"
2525

2626
# Update any workspace dep to the latest version since not all workspaces are
27-
# available in the test enviroment.
27+
# available in the test environment.
2828
node "update_resolutions_latest.js"
2929

3030
# Navigate back to monorepo root and install dependencies

β€Ždependency_range_tests/scripts/with_standard_tests/cohere/test-with-latest-deps.shβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ mkdir -p "$updater_script_dir"
2323
cp "$original_updater_script_dir"/* "$updater_script_dir/"
2424
cd "$updater_script_dir"
2525
# Update any workspace dep to the latest version since not all workspaces are
26-
# available in the test enviroment.
26+
# available in the test environment.
2727
node "update_resolutions_latest.js"
2828

2929
# Navigate back to monorepo root and install dependencies

β€Ždependency_range_tests/scripts/with_standard_tests/community/test-with-latest-deps.shβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ mkdir -p "$updater_script_dir"
2323
cp "$original_updater_script_dir"/* "$updater_script_dir/"
2424
cd "$updater_script_dir"
2525
# Update any workspace dep to the latest version since not all workspaces are
26-
# available in the test enviroment.
26+
# available in the test environment.
2727
node "update_resolutions_latest.js"
2828

2929
# Navigate back to monorepo root and install dependencies

β€Ždependency_range_tests/scripts/with_standard_tests/google-vertexai/test-with-latest-deps.shβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ mkdir -p "$updater_script_dir"
2323
cp "$original_updater_script_dir"/* "$updater_script_dir/"
2424
cd "$updater_script_dir"
2525
# Update any workspace dep to the latest version since not all workspaces are
26-
# available in the test enviroment.
26+
# available in the test environment.
2727
node "update_resolutions_latest.js"
2828

2929
# Navigate back to monorepo root and install dependencies

β€Ždependency_range_tests/scripts/with_standard_tests/openai/test-with-latest-deps.shβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ mkdir -p "$updater_script_dir"
2323
cp "$original_updater_script_dir"/* "$updater_script_dir/"
2424
cd "$updater_script_dir"
2525
# Update any workspace dep to the latest version since not all workspaces are
26-
# available in the test enviroment.
26+
# available in the test environment.
2727
node "update_resolutions_latest.js"
2828

2929
# Navigate back to monorepo root and install dependencies

β€Žexamples/src/langchain-classic/indexes/vector_stores/cloudsql_pg_store.tsβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ const vectorStoreArgs: VectorStoreTableArgs = {
3535
metadataColumns: [new Column("page", "TEXT"), new Column("source", "TEXT")],
3636
};
3737

38-
// Vector store table initilization
38+
// Vector store table initialization
3939
await engine.initVectorstoreTable(
4040
"my_vector_store_table",
4141
768,

0 commit comments

Comments
Β (0)