Skip to content
This repository was archived by the owner on Jul 29, 2024. It is now read-only.

Commit 094ffa0

Browse files
manoj9788cnishina
authored andcommitted
docs(plugins): fixing outdated info in plugins section (#3248)
Closes #3026
1 parent 3675198 commit 094ffa0

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

Diff for: docs/plugins.md

+1-4
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ execution to gather more data and potentially modify the test output.
77
The Protractor API and available plugins are *BETA* and may change
88
without a major version bump.
99

10-
The `plugins` folder contains default plugins for Protractor.
11-
1210
##In this document:
1311
* [Using Plugins](/docs/plugins.md#using-plugins)
1412
* [Writing Plugins](/docs/plugins.md#writing-plugins)
@@ -40,8 +38,7 @@ exports.config = {
4038
};
4139
```
4240

43-
Protractor contains built in plugins in the 'plugins' folder. An example of
44-
using the 'ngHint' plugin is shown below.
41+
An example of using the 'ngHint' plugin is shown below.
4542

4643
```javascript
4744
plugins: [{

0 commit comments

Comments
 (0)