Skip to content

Commit bfa9a2f

Browse files
committed
fix
1 parent cd5fa44 commit bfa9a2f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/kratos/guides/upgrade.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Back up your data! Applying upgrades can lead to data loss if handled incorrectl
1717
1. Update the [Ory Kratos SDK](../sdk/01_overview.md) if used in your application.
1818
1. [Install](../install.mdx) the new version of Ory Kratos.
1919
1. Run [`kratos migrate sql`](../cli/kratos-migrate-sql.md) to run the SQL migrations to the new database schema.
20-
1. If you are upgrading to a version that introduces phone number normalization, run kratos migrate normalize-phone-numbers` after
20+
1. If you are upgrading to a version that introduces phone number normalization, run `kratos migrate normalize-phone-numbers` after
2121
the new version is deployed and serving traffic. This rewrites existing phone identifiers to E.164 format. See the
2222
[phone normalization guide](./normalize-phone-numbers.mdx) for the recommended rollout sequence.
2323

0 commit comments

Comments
 (0)