Fix a missing preposition in plugin doc

In "While there are no hard and fast rules for the structure a plugin"
a preposition is missing between "structure" and "a plugin", this is
to fix it.

Change-Id: Ib22f614dece35d2ed79fa660027e50840e77d7bb
This commit is contained in:
zhufl 2017-12-06 15:41:08 +08:00
parent 54cf3e446f
commit e9241b5d89

View File

@ -132,7 +132,7 @@ Abstract Plugin Class
Plugin Structure Plugin Structure
================ ================
While there are no hard and fast rules for the structure a plugin, there are While there are no hard and fast rules for the structure of a plugin, there are
basically no constraints on what the plugin looks like as long as the 2 steps basically no constraints on what the plugin looks like as long as the 2 steps
above are done. However, there are some recommended patterns to follow to make above are done. However, there are some recommended patterns to follow to make
it easy for people to contribute and work with your plugin. For example, if you it easy for people to contribute and work with your plugin. For example, if you