Skip to content

Commit

Permalink
docs: Fixed grammar mistake (#20697)
Browse files Browse the repository at this point in the history
Description: Changed "You are" to "You are a". Grammar issue.
Dependencies: None

Co-authored-by: Bagatur <[email protected]>
  • Loading branch information
leftmove and baskaryan authored Apr 22, 2024
1 parent bb69819 commit 939d113
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/get_started/quickstart.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ Prompt templates convert raw user input to better input to the LLM.
```python
from langchain_core.prompts import ChatPromptTemplate
prompt = ChatPromptTemplate.from_messages([
("system", "You are world class technical documentation writer."),
("system", "You are a world class technical documentation writer."),
("user", "{input}")
])
```
Expand Down

0 comments on commit 939d113

Please sign in to comment.