Skip to content

Commit 90d07a4

Browse files
author
Joseph Drane
committed
Simple spell check fix.
1 parent 633c0c1 commit 90d07a4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

NC-get-config/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# NETCONF get-config
22

3-
This is an example Python script that literally just grabs the entiere config of a network element.
3+
This is an example Python script that literally just grabs the entire config of a network element.
44

5-
It's not just what you would see from the CLI exec command "show running-config".
5+
It's not just what you would see from the CLI exec command "show running-config".
66
You'll get everything. From all known open-models, and the native-model (which is the translation of the running config a human is used to).
77

88
# requirements
@@ -11,4 +11,4 @@ You'll get everything. From all known open-models, and the native-model (which i
1111
-- IOS-XE running >/= 16.3.1 also enabled for NETCONF
1212

1313
# running
14-
-- Can run on-box or off-box.
14+
-- Can run on-box or off-box.

0 commit comments

Comments
 (0)