Skip to content

Commit 2367770

Browse files
committed
Fix backticks
1 parent 46f1e85 commit 2367770

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lib/woocommerce_api.dart

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ import 'package:woocommerce_api/query_string.dart';
1212
import 'package:http/http.dart' as http;
1313
import '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
2222
class WooCommerceAPI {

0 commit comments

Comments
 (0)