fastlane/lib/assets/ActionDetails.md.erb in fastlane-2.116.0 vs fastlane/lib/assets/ActionDetails.md.erb in fastlane-2.116.1

- old
+ new

@@ -72,10 +72,10 @@ ```no-highlight fastlane run <%= @action.action_name %> parameter1:"value1" parameter2:"value2" ``` -It's important to note that the CLI supports primative types like integers, floats, booleans, and strings. Arrays can be passed as a comma delimited string (e.g. `param:"1,2,3"`). Hashes are not currently supported. +It's important to note that the CLI supports primitive types like integers, floats, booleans, and strings. Arrays can be passed as a comma delimited string (e.g. `param:"1,2,3"`). Hashes are not currently supported. It is recommended to add all _fastlane_ actions you use to your `Fastfile`. <hr />