diff --git a/docs/core_modules/data_modules/documents_and_nodes/usage_documents.md b/docs/core_modules/data_modules/documents_and_nodes/usage_documents.md
index fd54dff5cb05dd7e6277a5b601c6813807fcdbf3..e28297fea21f96fc4b4138f5e9ed02e50819d603 100644
--- a/docs/core_modules/data_modules/documents_and_nodes/usage_documents.md
+++ b/docs/core_modules/data_modules/documents_and_nodes/usage_documents.md
@@ -128,7 +128,7 @@ As you know by now, metadata is injected into the actual text of each document/n
 
 1. `Document.metadata_seperator` -> default = `"\n"`
 
-When concatenating all key/value fields of your metadata, this field controls the separator bewtween each key/value pair.
+When concatenating all key/value fields of your metadata, this field controls the separator between each key/value pair.
 
 2. `Document.metadata_template` -> default = `"{key}: {value}"`
 
diff --git a/docs/examples/low_level/ingestion.ipynb b/docs/examples/low_level/ingestion.ipynb
index 172621a23281fecc146daf0db7e4cf668c319300..33f6984670462b5e12f7a8b72c2301765b77a104 100644
--- a/docs/examples/low_level/ingestion.ipynb
+++ b/docs/examples/low_level/ingestion.ipynb
@@ -530,7 +530,7 @@
     "\n",
     "We now insert these nodes into our `PineconeVectorStore`.\n",
     "\n",
-    "**NOTE**: We skip the VectorStoreIndex abstraction, which is a higher-level abstraction that handles ingestion as well. We use `VectorStoreIndex` in the next section to fast-trak retrieval/querying."
+    "**NOTE**: We skip the VectorStoreIndex abstraction, which is a higher-level abstraction that handles ingestion as well. We use `VectorStoreIndex` in the next section to fast-track retrieval/querying."
    ]
   },
   {