diff --git a/www/docs/en/dev/plugin_ref/spec.md b/www/docs/en/dev/plugin_ref/spec.md index 818c515a37..adb22cc93a 100644 --- a/www/docs/en/dev/plugin_ref/spec.md +++ b/www/docs/en/dev/plugin_ref/spec.md @@ -556,7 +556,6 @@ branch
{% cdv_vartype string %} | Pod `branch` option. tag
{% cdv_vartype string %} | Pod `tag` option. commit
{% cdv_vartype string %} | Pod `commit` option. configurations
{% cdv_vartype string %} | Pod `configurations` option. For multiple values, separate them with a comma. -http
{% cdv_vartype string %} | Pod `http` option. path
{% cdv_vartype string %} | Pod `path` option. Pod located on the local file system. options
{% cdv_vartype string %} | Pod options declared in raw format. If declared, the other Pod options are overwritten.
Example: `options=":git => 'https://github.com/Alamofire/Alamofire.git', :tag => '3.1.1'"`