Skip to content

Commit 83d6955

Browse files
committed
Update docs
1 parent 37dde7e commit 83d6955

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@ Your function will receive three arguments:
320320
- `context`: The global context shared accross our plugin.
321321
- `log`: A [logger](/packages/factory/README.md#logger) to display messages.
322322
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:
324324
325325
<!-- #global-context-type -->
326326
```typescript

packages/factory/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ logger.info('This is an info');
7474
logger.debug('This is a debug message');
7575
```
7676

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/>
7878
Simply use `log.getLogger('my-plugin')` for this:
7979

8080
```typescript

0 commit comments

Comments
 (0)