community: fix typo in warning message (#24597)

- **Description:** 
  This PR fixes a small typo in a warning message
- **Issue:**

![](https://github.com/user-attachments/assets/5aa57724-26c5-49f6-8bc1-5a54bb67ed49)
There were double `Use` and double `instead`
This commit is contained in:
stydxm
2024-07-24 21:19:07 +08:00
committed by GitHub
parent da06d4d7af
commit b9bea36dd4

View File

@@ -187,7 +187,7 @@ class SQLChatMessageHistory(BaseChatMessageHistory):
since="0.2.2",
removal="0.3.0",
name="connection_string",
alternative="Use connection instead",
alternative="connection",
)
_warned_once_already = True
connection = connection_string