Skip to content

Commit d48785d

Browse files
authored
Apply suggestion from @maartenba
1 parent baba4dc commit d48785d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/content/docs/bff/upgrading/bff-v3-to-v4.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -168,8 +168,7 @@ new BffFrontend(BffFrontendName.Parse("default-frontend"))
168168
```
169169

170170
:::note
171-
This function is evaluated immediately when calling the method `.WithBffStaticAssets` is called. If you call this method during startup,
172-
then the condition is only evaluated at startup time. It's not evaluated at runtime for every request.
171+
This function is evaluated immediately when calling the`.WithBffStaticAssets()` extension method. When you call this method during startup, the condition is only evaluated at startup time. It's not evaluated at runtime for every request.
173172
:::
174173

175174

0 commit comments

Comments
 (0)