[docs] Fix a typo in the SettingsPlugin docs
This commit is contained in:
parent
10cb60acca
commit
557c761e80
1 changed files with 1 additions and 1 deletions
|
|
@ -1556,7 +1556,7 @@ class SettingsPlugin(OctoPrintPlugin):
|
|||
field="field"),
|
||||
path=dict(to=dict(never=dict(return="return"))))
|
||||
|
||||
def get_settings_restricted_path(self):
|
||||
def get_settings_restricted_paths(self):
|
||||
return dict(admin=[["some", "admin_only", "path"], ["another", "admin_only", "path"],
|
||||
user=[["some", "user_only", "path"],],
|
||||
never=[["path", "to", "never", "return"],])
|
||||
|
|
|
|||
Loading…
Reference in a new issue