diff --git a/docs/developers-guide/sink-targets/custom-sink-js.md b/docs/developers-guide/sink-targets/custom-sink-js.md index c9c61c865..db1fc9ec6 100644 --- a/docs/developers-guide/sink-targets/custom-sink-js.md +++ b/docs/developers-guide/sink-targets/custom-sink-js.md @@ -1,7 +1,7 @@ ## Custom Sink Using JavaScript If none of the previous sinks work for you, don't worry! You can create your own custom sink by using the [Substreams JavaScript library](https://github.com/substreams-js/substreams-js). -This library enables you to run a Substreams, just like your do it through the CLI, but programatically. +This library enables you to run a Substreams, just like you would through the CLI, but programatically. The library works both on the client-side and the server-side. @@ -146,4 +146,4 @@ const main = async () => { Now, you can send the data anywhere and create your own custom sink! If you have created a sink and you think it can be reused by other developers, [let us know on Discord](https://discord.gg/jZwqxJAvRs)! -The previous code is availalble [on GitHub](https://gist.github.com/enoldev/b9f32e045f47675bd5c20f92246aed84). \ No newline at end of file +The previous code is availalble [on GitHub](https://gist.github.com/enoldev/b9f32e045f47675bd5c20f92246aed84).