Skip to content

Commit 983605f

Browse files
committed
fix grammar in last paragraph
1 parent d005f2b commit 983605f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/content/blog/how-i-build-with-llms.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,4 +243,4 @@ The patterns and techniques used in this project felt remarkably intuitive, larg
243243

244244
Key to this ease of development were components like `Phoenix.PubSub`, `Plug`, `Req`, and `Agent`. For instance, using an `Agent` to buffer streaming output, can be implemented with just a few lines of code. This, combined with Elixir's comprehensive tooling, makes building and maintaining LLM powered applications remarkably straightforward, allowing clear and logical reasoning about the application’s structure and behavior.
245245

246-
If you are curious to learn more or would like to ask me questions feel free to join [my discord](https://discord.gg/RgZZxcGF). I've also drawn a diagram that you can access to see how the [entire flow coming together](https://app.eraser.io/workspace/3nkX8mUbiLlfJKqsdoeA?origin=share).
246+
If you are curious to learn more or would like to ask me questions feel free to join [my discord](https://discord.gg/RgZZxcGF). I've also drawn a diagram that you can access to see how the [entire flow comes together](https://app.eraser.io/workspace/3nkX8mUbiLlfJKqsdoeA?origin=share).

0 commit comments

Comments
 (0)