Skip to content

Commit 4af645c

Browse files
misterdevEugeneHlushko
authored andcommitted
Removes broken code snipped (#2786)
1 parent 921cd59 commit 4af645c

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/content/contribute/writing-a-plugin.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -246,10 +246,6 @@ Various types of hooks supported are :-
246246
- Tapped into using `tap`/`tapAsync`/`tapPromise` method.
247247
- Called using `callAsync( ... params)` method
248248

249-
someMethod() {
250-
// Call a hook:
251-
this.hooks.compilation.call();
252-
253249
- __Async Parallel__
254250

255251
- Defined using `AsyncParallelHook[params]`

0 commit comments

Comments
 (0)