Skip to content

Commit e5d0c44

Browse files
authored
Update src/content/docs/bff/upgrading/bff-v3-to-v4.md
1 parent 0f97d86 commit e5d0c44

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,6 @@ CREATE UNIQUE INDEX "IX_UserSessions_PartitionKey_Key" ON "UserSessions" ("Parti
158158
```
159159

160160
:::note
161-
This is a breaking database schema change. If you have multiple BFF V3 appliations that share the same database table,
162-
then you either need to update all BFF Applications to V4 at the same time or use a new database for the upgraded BFF V4 application.
161+
This is a breaking database schema change. If you have multiple BFF V3 applications that share the same database table,
162+
you either need to update all BFF applications to V4 at the same time or use a new database for the upgraded BFF V4 application.
163163
:::

0 commit comments

Comments
 (0)