File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -320,7 +320,7 @@ Your function will receive three arguments:
320
320
- ` context` : The global context shared accross our plugin.
321
321
- ` log` : A [logger](/packages/factory/README.md#logger) to display messages.
322
322
323
- The ` context` object is a shared object that is mutated during the build process. It contains the following properties:
323
+ The ` context` is a shared object that is mutated during the build process. It contains the following properties:
324
324
325
325
<!-- #global-context-type -->
326
326
` ` ` typescript
Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ logger.info('This is an info');
74
74
logger .debug (' This is a debug message' );
75
75
```
76
76
77
- You can also create "sub-logger" when you want to individually identify logs from a specific part of your plugin.<br />
77
+ You can also create a "sub-logger" when you want to individually identify logs from a specific part of your plugin.<br />
78
78
Simply use ` log.getLogger('my-plugin') ` for this:
79
79
80
80
``` typescript
You can’t perform that action at this time.
0 commit comments