-
-
Notifications
You must be signed in to change notification settings - Fork 745
(fix): some typos in custom-helpers.md #2307
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
docs/custom-helpers.md
Outdated
@@ -327,4 +327,4 @@ Retry rules are available in array `recorder.retries`. The last retry rule can b | |||
|
|||
## Using Typescript | |||
|
|||
When using typescript, replace `module.exports` with `export` for autocompletion. | |||
When using Typescript, replacing `module.exports` with `export` for autocompletion. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
maybe when use Typescript, replace
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice. Maybe you have good ideas how to extend this?
I have a feeling that lots of things are missing here...
docs/custom-helpers.md
Outdated
@@ -3,13 +3,13 @@ permalink: /helpers | |||
title: Custom Helpers | |||
--- | |||
|
|||
# Extending CodeceptJS with Custom Helopers | |||
# Extending CodeceptJS with custom helpers |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
in title all words must be capitalized
Motivation/Description of the PR
Type of change