1
0
Fork 0

fix(docs): Corrections to plugin documentation.

This commit is contained in:
Benjamin F 2022-12-07 18:01:40 -08:00
parent 3a15f7a730
commit b53f97689f
2 changed files with 7 additions and 7 deletions

View file

@ -3,7 +3,7 @@ title: Loading plugins
order: 140
---
Plugins can be loaded at build time and added to the desig. Or at run time and added to an instantiated pattern.
Plugins can be loaded at build time and added to the design. Or at run time and added to an instantiated pattern.
To load a plugin at build time, it should be added to [the `plugins` key of the part configuration](/reference/api/part/config/plugins).