diff --git a/README.md b/README.md
index 72f0312ea012..4c9f273fdb78 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
⚡ Building applications with LLMs through composability ⚡
-  [](https://opensource.org/licenses/MIT) [](https://twitter.com/langchainai) [](https://vscode.dev/redirect?url=vscode://ms-vscode-remote.remote-containers/cloneInVolume?url=https://github.com/langchain-ai/langchainjs)
+ [](https://opensource.org/licenses/MIT) [](https://twitter.com/langchainai) [](https://vscode.dev/redirect?url=vscode://ms-vscode-remote.remote-containers/cloneInVolume?url=https://github.com/langchain-ai/langchainjs)
[
](https://codespaces.new/langchain-ai/langchainjs)
Looking for the Python version? Check out [LangChain](https://github.com/langchain-ai/langchain).
@@ -91,7 +91,7 @@ Agents allow an LLM autonomy over how a task is accomplished. Agents make decisi
- Overview of the [interfaces](https://js.langchain.com/docs/how_to/lcel_cheatsheet/), [modules](https://js.langchain.com/docs/concepts) and [integrations](https://js.langchain.com/docs/integrations/platforms/)
- [Full Documentation](https://js.langchain.com)
- [Tutorial](https://js.langchain.com/docs/tutorials/) walkthroughs
-- [Langhain Forum](https://forum.langchain.com)
+- [LangChain Forum](https://forum.langchain.com)
- [API Reference](https://api.js.langchain.com)
## 💁 Contributing
diff --git a/internal/net-mocks/README.md b/internal/net-mocks/README.md
index bd790c109398..705b21e939e1 100644
--- a/internal/net-mocks/README.md
+++ b/internal/net-mocks/README.md
@@ -114,7 +114,7 @@ Additionally when a response comes back with `Content-Type: text/event-stream` (
### Using dev tools
-HAR is a lesser known web standard that has its own place in modern web browser devtools, and its the format that we're using to retain network activity for later runs. This means that we can inspect all network transactions that occured in a test directly in the browser.
+HAR is a lesser known web standard that has its own place in modern web browser devtools, and it's the format that we're using to retain network activity for later runs. This means that we can inspect all network transactions that occurred in a test directly in the browser.