Skip to content

Commit dd88423

Browse files
committed
Fix typo: rememeber
Signed-off-by: Aaron Wislang <aaron.wislang@microsoft.com>
1 parent b4ab530 commit dd88423

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

app/data/json/products.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

app/data/postgres/tailwind.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ values('brushes_made_from_stuff','Brushes Made from Weird Stuff',1,2,'brushes_ma
179179
insert into products(sku, name, product_type_id, supplier_id, image, price, unit_description,package_dimensions,weight_in_pounds, warehouse_location, requires_shipping, description)
180180
values('calligraphy_set','Bespoke Calligraphy Set',1,2,'calligraphy_set.jpg',189,'1 pen','2x5x1',0.3,'Zone 1, Shelf 4, Slot 2',true, 'Anyone can write, but not everyone has a *special* pen set like this one. Be the bespoke hipster that you are and write in cursive using this special calligraphy set.');
181181
insert into products(sku, name, product_type_id, supplier_id, image, price, unit_description,package_dimensions,weight_in_pounds, warehouse_location, requires_shipping, description)
182-
values('drafting_tools','Bespoke Drafting Set',1,2,'drafting_tools.jpg',45,'Tools and carrying case','5x10x3',1.2,'Zone 1, Shelf 4, Slot 1',true, 'Build your next bridge (or tunnel) using our Bespoke Drafting Set. Everyone drives across *regular* bridges everyday - but they''ll rememeber yours - because it''s _bespoke_.');
182+
values('drafting_tools','Bespoke Drafting Set',1,2,'drafting_tools.jpg',45,'Tools and carrying case','5x10x3',1.2,'Zone 1, Shelf 4, Slot 1',true, 'Build your next bridge (or tunnel) using our Bespoke Drafting Set. Everyone drives across *regular* bridges everyday - but they''ll remember yours - because it''s _bespoke_.');
183183
insert into products(sku, name, product_type_id, supplier_id, image, price, unit_description,package_dimensions,weight_in_pounds, warehouse_location, requires_shipping, description)
184184
values('home_jewelry_kit','Blind Bat Home Jewelry Kit',1,2,'home_jewelry_kit.jpg',15,'Tools, buttons and wire','12x24x4',2.5,'Zone 1, Shelf 123 Slot 62',true, 'Don''t know what to do with your life? Try making jewelry! It''s the latest, easiest home-grown career path.');
185185
insert into products(sku, name, product_type_id, supplier_id, image, price, unit_description,package_dimensions,weight_in_pounds, warehouse_location, requires_shipping, description)

modules/4-explore-run-linux-postgresql-workloads.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,7 @@ Open the URL in a web browser. The following output appears:
330330
"sku": "drafting_tools",
331331
"name": "Bespoke Drafting Set",
332332
"price": 45,
333-
"description": "Build your next bridge (or tunnel) using our Bespoke Drafting Set. Everyone drives across *regular* bridges everyday - but they'll rememeber yours - because it's _bespoke_.",
333+
"description": "Build your next bridge (or tunnel) using our Bespoke Drafting Set. Everyone drives across *regular* bridges everyday - but they'll remember yours - because it's _bespoke_.",
334334
"image": "drafting_tools.jpg",
335335
"digital": false,
336336
"unit_description": "Tools and carrying case",

0 commit comments

Comments
 (0)