Skip to content

Commit 5ea5ed6

Browse files
committed
typo
1 parent acad60f commit 5ea5ed6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/sonic-yang-models/tests/files/sample_config_db.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@
304304
"switch_id": "2",
305305
"switch_type": "voq",
306306
"max_cores": "8",
307-
"sub_role": "FrondEnd",
307+
"sub_role": "FrontEnd",
308308
"dhcp_server": "disabled"
309309
}
310310
},

src/sonic-yang-models/yang-models/sonic-device_metadata.yang

+1-1
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ module sonic-device_metadata {
129129

130130
leaf sub_role {
131131
type string;
132-
description "sub_role indicates if ASIC is FrondEnd or BackEnd.";
132+
description "sub_role indicates if ASIC is FrontEnd or BackEnd.";
133133
}
134134

135135
leaf downstream_subrole {

0 commit comments

Comments
 (0)