From ced4c3780dbca2d8f43a2f83247b0863315811c6 Mon Sep 17 00:00:00 2001 From: Jeremy Stretch Date: Fri, 15 Aug 2025 13:26:13 -0400 Subject: [PATCH] Fix typo --- docs/release-notes/version-4.4.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/release-notes/version-4.4.md b/docs/release-notes/version-4.4.md index f100faa21..d00820580 100644 --- a/docs/release-notes/version-4.4.md +++ b/docs/release-notes/version-4.4.md @@ -56,7 +56,7 @@ A new ConfigContextProfile model has been introduced to support JSON schema vali * [#18588](https://github.com/netbox-community/netbox/issues/18588) - The "Service" model has been renamed to "Application Service" for clarity (UI change only) * [#19829](https://github.com/netbox-community/netbox/issues/19829) - The REST API endpoint for object types is now available under `/api/core/` * [#19924](https://github.com/netbox-community/netbox/issues/19924) - ObjectTypes are now tracked as concrete objects in the database (alongside ContentTypes) -* [#19973](https://github.com/netbox-community/netbox/issues/19973) - Miscellaneous improvements to the `nbhshell` management command +* [#19973](https://github.com/netbox-community/netbox/issues/19973) - Miscellaneous improvements to the `nbshell` management command ### REST API Changes