From acfba4b6f56323a7d3913db88e7bf2e25a2a3208 Mon Sep 17 00:00:00 2001 From: Vincent Kraus Date: Thu, 16 May 2024 07:42:49 +0200 Subject: [PATCH] fix: typo in migration breaking changes v10 (#1854) --- docs/guide/migration/breaking10.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide/migration/breaking10.md b/docs/guide/migration/breaking10.md index 11fcf2f67..ed704b117 100644 --- a/docs/guide/migration/breaking10.md +++ b/docs/guide/migration/breaking10.md @@ -18,7 +18,7 @@ By default in the JIT compilation, this flag is no longer needed starting with v If you would not still using the JIT compilation and would be moving up to v10 or later, **you will need to rebuild your application once**. -About JIT compilation details, See "[Optimazation](../advanced/optimization.md)". +About JIT compilation details, See "[Optimization](../advanced/optimization.md)". ## Change `$t` and `t` overloaded signature for Legacy API mode