Skip to content

Commit 5fa25b6

Browse files
authored
Merge pull request CiscoDevNet#8 from josephdrane/Readme-spelling-error-on-NC-get-config
Simple spell check fix on NC-get-conf readme
2 parents f2e3459 + 90d07a4 commit 5fa25b6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

NC-get-config/README.md

Lines changed: 3 additions & 3 deletions
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)