Skip to content

Commit 2f9ac4c

Browse files
authored
fix: remove space that breaks markdown link (#133)
1 parent 414eee2 commit 2f9ac4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/general/use-latest-version-of-everything.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Angular uses semantic versioning (semver), which means they use a regular schedu
1313

1414
In addition, when APIs are deprecated, they remain present in the next two major releases until they are removed. Again, if we wait too long, it’s likely that an update will require much more work. You can read more about deprecations in the changelog.
1515

16-
**Note:** In the case of significant refactors, the Angular team may create schematics that can help update your app for you. At present, there are [schematics] (https://angular.dev/reference/migrations) that convert to standalone components, the new control flow syntax, and more.
16+
**Note:** In the case of significant refactors, the Angular team may create schematics that can help update your app for you. At present, there are [schematics](https://angular.dev/reference/migrations) that convert to standalone components, the new control flow syntax, and more.
1717

1818
# Solution
1919

0 commit comments

Comments
 (0)