From a25be917eedb5ad00373e3fb79c721b40ace5bea Mon Sep 17 00:00:00 2001 From: julianze <22082383+julianze@users.noreply.github.com> Date: Sun, 28 Mar 2021 11:40:03 +0200 Subject: [PATCH] Update __init__.py (#55) fix typo toplogoy --- netbox_topology_views/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'