File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -12,11 +12,11 @@ import 'package:woocommerce_api/query_string.dart';
1212import 'package:http/http.dart' as http;
1313import 'package:woocommerce_api/woocommerce_error.dart' ;
1414
15- /// [url] is you're site's base URL, eg: `` ` https://www.yourdomain.com` ` `
15+ /// [url] is you're site's base URL, e.g. ` https://www.yourdomain.com`
1616///
17- /// [consumerKey] is the consumer key provided by WooCommerce, e.g. `` ` ck_1a2b3c4d5e6f7g8h9i` ` `
17+ /// [consumerKey] is the consumer key provided by WooCommerce, e.g. `ck_1a2b3c4d5e6f7g8h9i`
1818///
19- /// [consumerSecret] is the consumer secret provided by WooCommerce, e.g. `` ` cs_1a2b3c4d5e6f7g8h9i` ` `
19+ /// [consumerSecret] is the consumer secret provided by WooCommerce, e.g. `cs_1a2b3c4d5e6f7g8h9i`
2020///
2121/// [isHttps] check if [url] is https based
2222class WooCommerceAPI {
You can’t perform that action at this time.
0 commit comments