Skip to content

Commit

Permalink
Fix typo (#341)
Browse files Browse the repository at this point in the history
  • Loading branch information
OleksandrWebLab committed May 30, 2020
1 parent 913efd6 commit 91bd0a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -196,7 +196,7 @@ $data['items'] = [
[
'name' => 'Product 1',
'price' => 9.99,
'desc' => 'Description for product 1'
'desc' => 'Description for product 1',
'qty' => 1
],
[
Expand Down

0 comments on commit 91bd0a3

Please sign in to comment.