Skip to content

Commit c79e61e

Browse files
authored
Update app-builder.mdx
1 parent 647bcce commit c79e61e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/cw-multi-test/app-builder.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ The simplest way to create a chain using [`AppBuilder{:rust}`][AppBuilder] is by
4848
`default{:rust}` method. Since [`AppBuilder{:rust}`][AppBuilder] follows the principles of the
4949
builder pattern, you need to finalize the building process by calling the [`build{:rust}`][build]
5050
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,
51+
required you can just use the provided [`no_init`](app#no_init) callback. In the following code example,
5252
the chain is created with default settings as described in
5353
[Features summary](features#features-summary).
5454

0 commit comments

Comments
 (0)