We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 647bcce commit c79e61eCopy full SHA for c79e61e
src/pages/cw-multi-test/app-builder.mdx
@@ -48,7 +48,7 @@ The simplest way to create a chain using [`AppBuilder{:rust}`][AppBuilder] is by
48
`default{:rust}` method. Since [`AppBuilder{:rust}`][AppBuilder] follows the principles of the
49
builder pattern, you need to finalize the building process by calling the [`build{:rust}`][build]
50
method with a chain initialization callback function. When no specific chain initialization is
51
-required you can just use provided [`no_init`](app#no_init) callback. In the following code example,
+required you can just use the provided [`no_init`](app#no_init) callback. In the following code example,
52
the chain is created with default settings as described in
53
[Features summary](features#features-summary).
54
0 commit comments