mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
s/enpoint/endpoint/g
This commit is contained in:
parent
0f4bbf6c42
commit
8456c8e566
4 changed files with 4 additions and 3 deletions
1
changelog/58416.fixed
Normal file
1
changelog/58416.fixed
Normal file
|
@ -0,0 +1 @@
|
|||
Fix enpoint typos
|
|
@ -367,7 +367,7 @@ def update(
|
|||
Update attribute(s) of a specific endpoint.
|
||||
|
||||
id
|
||||
The unique ID of the enpoint entry.
|
||||
The unique ID of the endpoint entry.
|
||||
|
||||
endpoint: incidents
|
||||
Endpoint name.
|
||||
|
|
|
@ -2100,7 +2100,7 @@ class Run(LowDataAdapter):
|
|||
ms-3: true
|
||||
ms-4: true
|
||||
|
||||
The /run enpoint can also be used to issue commands using the salt-ssh
|
||||
The /run endpoint can also be used to issue commands using the salt-ssh
|
||||
subsystem.
|
||||
|
||||
When using salt-ssh, eauth credentials should not be supplied. Instead,
|
||||
|
|
|
@ -293,7 +293,7 @@ def update(
|
|||
Update attribute(s) of a specific endpoint.
|
||||
|
||||
id
|
||||
The unique ID of the enpoint entry.
|
||||
The unique ID of the endpoint entry.
|
||||
|
||||
endpoint: incidents
|
||||
Endpoint name.
|
||||
|
|
Loading…
Add table
Reference in a new issue