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

Commit c6703a5

Browse files
drew0530qiyigg
authored andcommitted
fix(doc): Spelling updates to comments in plugin.ts(#4797)
Updated some of the spelling errors/ punctuation mistakes for clearer understanding.
1 parent 76324b8 commit c6703a5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lib/plugins.ts

+3-3
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,10 @@ export interface ProtractorPlugin {
4040

4141
/**
4242
* This is called before the test have been run but after the test framework has
43-
* been set up. Analogous to a config file's `onPreare`.
43+
* been set up. Analogous to a config file's `onPrepare`.
4444
*
4545
* Very similar to using `setup`, but allows you to access framework-specific
46-
* variables/funtions (e.g. `jasmine.getEnv().addReporter()`).
46+
* variables/functions (e.g. `jasmine.getEnv().addReporter()`).
4747
*
4848
* @this {Object} bound to module.exports.
4949
*
@@ -100,7 +100,7 @@ export interface ProtractorPlugin {
100100
*
101101
* @return {Promise=} Can return a promise, in which case protractor will wait
102102
* for the promise to resolve before outputting test results. Protractor
103-
* will *not* wait before executing the next test, however. If the promise
103+
* will *not* wait before executing the next test; however, if the promise
104104
* is rejected, a failed assertion is added to the test results.
105105
*/
106106
postTest?(passed: boolean, testInfo: any): void|Promise<void>;

0 commit comments

Comments
 (0)