From 5138d129427c287276962e4fcb6873d0c239ce7e Mon Sep 17 00:00:00 2001 From: TheTrafficNetwork <32546563+TheTrafficNetwork@users.noreply.github.com> Date: Wed, 30 Jan 2019 13:20:40 -0600 Subject: [PATCH] Typo (#2822) --- docs/additional-features/tags.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/additional-features/tags.md b/docs/additional-features/tags.md index 18edcad12..f94957616 100644 --- a/docs/additional-features/tags.md +++ b/docs/additional-features/tags.md @@ -1,6 +1,6 @@ # Tags -Tags are free-form text labels which can be applied to a variety of objects within NetBox. Tags are created on-demand as they are assigned to objects. Use commas to separate tags when adding multiple tags to an object 9for example: `Inventoried, Monitored`). Use double quotes around a multi-word tag when adding only one tag, e.g. `"Core Switch"`. +Tags are free-form text labels which can be applied to a variety of objects within NetBox. Tags are created on-demand as they are assigned to objects. Use commas to separate tags when adding multiple tags to an object (for example: `Inventoried, Monitored`). Use double quotes around a multi-word tag when adding only one tag, e.g. `"Core Switch"`. Each tag has a label and a URL-friendly slug. For example, the slug for a tag named "Dunder Mifflin, Inc." would be `dunder-mifflin-inc`. The slug is generated automatically and makes tags easier to work with as URL parameters.