diff --git a/docs/src/content/docs/version-4/migration.md b/docs/src/content/docs/version-4/migration.md index a39f12b28..425f69716 100644 --- a/docs/src/content/docs/version-4/migration.md +++ b/docs/src/content/docs/version-4/migration.md @@ -67,7 +67,6 @@ The following StyleDictionary class methods are now async: - `buildPlatform()` - `cleanAllPlatforms()` - `cleanPlatform()` -- `extend()` All hooks now support async functions as well, this should not be a breaking change for users since sync is also still supported.