From e15b289372d4bee30fe47e22c810db152cfb0187 Mon Sep 17 00:00:00 2001
From: James An <94036556+jamesan47@users.noreply.github.com>
Date: Mon, 9 Jan 2023 17:08:23 -0800
Subject: [PATCH] Update SONiC_static_route_bfd_hld.md
Typo fix.
---
doc/static-route/SONiC_static_route_bfd_hld.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/static-route/SONiC_static_route_bfd_hld.md b/doc/static-route/SONiC_static_route_bfd_hld.md
index 121f823fdd..f48651a640 100644
--- a/doc/static-route/SONiC_static_route_bfd_hld.md
+++ b/doc/static-route/SONiC_static_route_bfd_hld.md
@@ -15,7 +15,7 @@ One important assumption is that the BFD session (for a static route nexthop) in
1. Create BFD session for each static route nexthop based on static route configuration
2. Delete BFD session if the nexthop is not needed (triggered by removing static route from configration)
3. Install, update, removing static route (i.e., update nexthop, remove static route if no nexthop) based on BFD session state change.
-4. When the application (static route BFD) restarts, recover static routes and BFD session states from redis database (config_db, appl_db and state_db) without impactinh any existing installed static routes and BFD sessions.
+4. When the application (static route BFD) restarts, recover static routes and BFD session states from redis database (config_db, appl_db and state_db) without impacting any existing installed static routes and BFD sessions.
## System Overview with Static Route BFD
A new component, BfdRouteMgr is introduced to support static route BFD.