
diff --git a/aio/content/start/start-deployment.md b/aio/content/start/start-deployment.md
index d99ae2fb7a..5da25e6f01 100644
--- a/aio/content/start/start-deployment.md
+++ b/aio/content/start/start-deployment.md
@@ -91,6 +91,4 @@ Keep current by following the [Angular blog](https://blog.angular.io/ "Angular b
To support your UX/UI development, see [Angular Material](https://material.angular.io/ "Angular Material web site").
-To test your Angular applications, see [Angular Protractor](https://protractor.angular.io/ "Angular Protractor web site").
-
The Angular community also has an extensive [network of third-party tools and libraries](resources "Angular resources list").
diff --git a/packages/core/src/testability/testability.ts b/packages/core/src/testability/testability.ts
index 55d6e1f9b3..6efffad809 100644
--- a/packages/core/src/testability/testability.ts
+++ b/packages/core/src/testability/testability.ts
@@ -50,8 +50,8 @@ interface WaitCallback {
/**
* The Testability service provides testing hooks that can be accessed from
- * the browser and by services such as Protractor. Each bootstrapped Angular
- * application on the page will have an instance of Testability.
+ * the browser. Each bootstrapped Angular application on the page will have
+ * an instance of Testability.
* @publicApi
*/
@Injectable()