Skip to content
6 changes: 3 additions & 3 deletions .cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
],
"dictionaryDefinitions": [
{
"name": "custom-words",
"path": ".cspell/custom-words.txt",
"addWords": true
"name": "custom-words",
"path": ".cspell/custom-words.txt",
"addWords": true
}
],
"dictionaries": [
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -199,4 +199,4 @@
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
limitations under the License.
2 changes: 1 addition & 1 deletion test_data/flower_shop/discounts.csv
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
code,type,value,description
10OFF,percentage,10,10% Off
WELCOME20,percentage,20,20% Off
FIXED500,fixed_amount,500,$5.00 Off
FIXED500,fixed_amount,500,$5.00 Off
2 changes: 1 addition & 1 deletion test_data/flower_shop/products.csv
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ pot_ceramic,Ceramic Pot,1500,https://example.com/pot.jpg
bouquet_sunflowers,Sunflower Bundle,2500,https://example.com/sunflowers.jpg
bouquet_tulips,Spring Tulips,3000,https://example.com/tulips.jpg
orchid_white,White Orchid,4500,https://example.com/orchid.jpg
gardenias,Gardenias,2000,https://example.com/gardenias.jpg
gardenias,Gardenias,2000,https://example.com/gardenias.jpg
Loading