fix(docs): fix typo in packageFilter code example - #12851
Conversation
|
|
||
| ```js | ||
| module.exports = (path, options) => { | ||
| module.exports = (request, options) => { |
There was a problem hiding this comment.
Good idea. Docs above mention path, so I would leave it here as is, but would change request below. Just to keep it all in sync.
|
Thanks! Please fix this in versioned docs as well. These live at |
Done 👍 |
|
Perfect 👍 |
SimenB
left a comment
There was a problem hiding this comment.
thanks! can you update the other versions of this doc as well?
26.x and 27.x are fine, they just consistently use |
|
Ah, fair point 👍 |
|
This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Summary
The current code example of
packageFilterusage is broken and catching the typo isn't trivial without TS.Test plan
No tests needed.