fastlane/lib/assets/ActionDetails.md.erb in fastlane-2.83.0.beta.20180224050047 vs fastlane/lib/assets/ActionDetails.md.erb in fastlane-2.83.0.beta.20180225050035
- old
+ new
@@ -44,10 +44,10 @@
<%- (action.available_options || []).each do |config_item| -%>
<%- next unless config_item.kind_of?(FastlaneCore::ConfigItem) -%>
<%- next if config_item.description.to_s.length == 0 -%>
`<%= config_item.key %>` | <%= config_item.description %> | <%= config_item.doc_default_value %>
<%- end %>
-<em id="dynamic">* = default value is dependent on the user's system</em>
+<em id="parameters-legend-dynamic">* = default value is dependent on the user's system</em>
<% end %><%# End of action.available_options... %>
<hr />
To show the documentation in your terminal, run
```no-highlight