Skip to content

Commit fe55604

Browse files
Update docs/docs/00700-client-sdk-languages/00200-codegen.md
Co-authored-by: Tyler Cloutier <cloutiertyler@users.noreply.github.com> Signed-off-by: Jason Larabie <jason@clockworklabs.io>
1 parent 02aa7b0 commit fe55604

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/docs/00700-client-sdk-languages/00200-codegen.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import TabItem from '@theme/TabItem';
1010

1111
Before you can interact with a SpacetimeDB [database](/databases) from a client application, you must generate client bindings for your [module](/modules). These bindings create type-safe interfaces that allow your client to query [tables](/tables), invoke [reducers](/functions/reducers), call [procedures](/functions/procedures), and subscribe to [tables](/tables), and/or [views](/functions/views).
1212

13-
## What Are Client Bindings?
13+
## What Are Module Bindings?
1414

1515
Client bindings are auto-generated code that mirrors your module's schema and functions. They provide:
1616

0 commit comments

Comments
 (0)