diff --git a/docs/standard/modern-web-apps-azure-architecture/choose-between-traditional-web-and-single-page-apps.md b/docs/standard/modern-web-apps-azure-architecture/choose-between-traditional-web-and-single-page-apps.md index 11514caab2de7..8b29c92be37b3 100644 --- a/docs/standard/modern-web-apps-azure-architecture/choose-between-traditional-web-and-single-page-apps.md +++ b/docs/standard/modern-web-apps-azure-architecture/choose-between-traditional-web-and-single-page-apps.md @@ -65,10 +65,10 @@ Note that frequently SPAs need to implement features that are built-in to tradit Writing SPAs requires familiarity with JavaScript and/or TypeScript and client-side programming techniques and libraries. Your team should be competent in writing modern JavaScript using a SPA framework like Angular. > ### References – SPA Frameworks -> - **AngularJS** -> -> - **Comparison of 4 Popular JavaScript Frameworks** -> +> - **Angular** +> +> - **Comparison of JavaScript Frameworks** +> **Your application must already expose an API for other (internal or public) clients**