mirror of
https://github.com/rancher/rancher-docs.git
synced 2026-09-26 04:58:07 +00:00
fix some typos
This commit is contained in:
@@ -79,7 +79,7 @@ nodes.forEach(node => {
|
||||
}
|
||||
|
||||
|
||||
// remove potentially large content (see size limits) and replace with teh summary so that we don't get results with zero highlightable results
|
||||
// remove potentially large content (see size limits) and replace with the summary so that we don't get results with zero highlightable results
|
||||
node.content = node.summary;
|
||||
|
||||
// remove summary for dedup
|
||||
|
||||
+1
-1
@@ -63,7 +63,7 @@ while getopts ":bdp:t:u" opt;do
|
||||
UPLOAD="true"
|
||||
;;
|
||||
\?)
|
||||
echoerr "Invalid arguemnts"
|
||||
echoerr "Invalid arguments"
|
||||
print_help
|
||||
exit 1
|
||||
;;
|
||||
|
||||
Reference in New Issue
Block a user