fix: capitalisation in jsdoc

This commit is contained in:
Huey 2022-11-18 12:40:29 +08:00
parent 4d5c4a5904
commit ec7c7ad467
No known key found for this signature in database
GPG key ID: 54C82E718C137231

View file

@ -14,7 +14,7 @@ function onClickFollow(event) {
}
/**
* wait for element to appear.
* Wait for element to appear.
* @param {string} selector
* @param {number} timeoutDuration
* @see {@link https://github.com/storybookjs/test-runner/blob/6d41927154e8dd1e4c9e7493122e24e2739a7a0f/src/setup-page.ts#L134}