diff --git a/netbox_topology_views/__init__.py b/netbox_topology_views/__init__.py index f74d547..8247616 100644 --- a/netbox_topology_views/__init__.py +++ b/netbox_topology_views/__init__.py @@ -3,7 +3,7 @@ from extras.plugins import PluginConfig class TopologyViewsConfig(PluginConfig): name = 'netbox_topology_views' verbose_name = 'Topology views' - description = 'An plugin to render toplogoy maps' + description = 'An plugin to render topology maps' version = '0.5.0' author = 'Mattijs Vanhaverbeke' author_email = 'author@example.com'