We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f97d86 commit e5d0c44Copy full SHA for e5d0c44
1 file changed
src/content/docs/bff/upgrading/bff-v3-to-v4.md
@@ -158,6 +158,6 @@ CREATE UNIQUE INDEX "IX_UserSessions_PartitionKey_Key" ON "UserSessions" ("Parti
158
```
159
160
:::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.
+This is a breaking database schema change. If you have multiple BFF V3 applications that share the same database table,
+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.
163
:::
0 commit comments