Minor typo in sros_config docstrings (#58803)

Changed `f` to `If`
This commit is contained in:
Lindsay Hill 2019-07-07 19:28:12 -07:00 committed by Abhijeet Kasurde
parent 9c140d26d5
commit 2eb499cbb3

View file

@ -96,7 +96,7 @@ options:
description: description:
- This argument will cause the module to create a full backup of - This argument will cause the module to create a full backup of
the current C(running-config) from the remote device before any the current C(running-config) from the remote device before any
changes are made. f the C(backup_options) value is not given, changes are made. If the C(backup_options) value is not given,
the backup file is written to the C(backup) folder in the playbook the backup file is written to the C(backup) folder in the playbook
root directory. If the directory does not exist, it is created. root directory. If the directory does not exist, it is created.
type: bool type: bool