From 7f0d40a1e307cd5811c9a640d247904fe462de81 Mon Sep 17 00:00:00 2001 From: Fahri Gedik <53567152+fahrigedik@users.noreply.github.com> Date: Thu, 10 Oct 2024 12:25:42 +0300 Subject: [PATCH] Update sorting-navigation-elements.md --- docs/en/framework/ui/angular/sorting-navigation-elements.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/framework/ui/angular/sorting-navigation-elements.md b/docs/en/framework/ui/angular/sorting-navigation-elements.md index 07267957a6..7385a1681c 100644 --- a/docs/en/framework/ui/angular/sorting-navigation-elements.md +++ b/docs/en/framework/ui/angular/sorting-navigation-elements.md @@ -5,7 +5,7 @@ This documentation describes how the navigation elements are sorted and how to c - When you want to add the `Navigation Element` you can use the `RoutesService`. For more details, see the [document](../angular/modifying-the-menu.md). - However, in this documentation, we will talk more about how to sort the navigation elements. -### Order Property +## Order Property - Normally, you are able to sort your routes with this property. But you can customize our default sorting algorithm.