Skip to content

Commit b71f65a

Browse files
committed
Fix typo in README
1 parent f1c8095 commit b71f65a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ plugin_manager = PluginManager([report_type])
2323
plugin_manager.get_plugins(report_type)
2424
```
2525

26-
You can register multiple plugin types. Alternate way to register plugin types is as follows:
26+
You can register multiple plugin types. An alternate way to register plugin types is as follows:
2727

2828
```python
2929
plugin_manager = PluginManager()

0 commit comments

Comments
 (0)