Skip to content

Commit 5b0c8e5

Browse files
authored
Fix typos in documentation (#169)
* preserve order of imports in OrderSettingsSection * update changelog and docs * fix typos
1 parent 0a88c24 commit 5b0c8e5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/source/transformers/OrderSettingsSection.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ By default order of imports is preserved. You can overwrite this behaviour::
145145

146146
You can also preserve order inside any group by passing ``preserved`` instead of setting names::
147147

148-
robotidy --configure OrderSettingsSections:tags=preserved
148+
robotidy --configure OrderSettingsSections:settings_order=preserved
149149

150150
Setting names omitted from custom order will be removed from the file. In following example we are missing metadata
151151
therefore all metadata will be removed::

robotidy/transformers/OrderSettingsSection.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ class OrderSettingsSection(ModelTransformer):
3434
3535
You can also preserve order inside any group by passing ``preserved`` instead of setting names::
3636
37-
robotidy --configure OrderSettingsSections:tags=preserved
37+
robotidy --configure OrderSettingsSections:settings_order=preserved
3838
3939
Setting names omitted from custom order will be removed from the file. In following example we are missing metadata
4040
therefore all metadata will be removed::

0 commit comments

Comments
 (0)