Skip to content

Commit 39bdd8e

Browse files
authored
Merge pull request #4751 from wanguiwaweru/4747-fix-typo
Fix typo : "Quantity Per Indivudual" should be "Quantity per Individual"
2 parents fded9a6 + eb1e846 commit 39bdd8e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/views/items/show.html.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
<td><%= @item.value_in_cents || 0 %></td>
4949
</tr>
5050
<tr>
51-
<th>Quantity Per Indivudual</th>
51+
<th>Quantity per Individual</th>
5252
<td><%= @item.distribution_quantity || 0 %></td>
5353
</tr>
5454
<tr>

spec/requests/items_requests_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@
205205
expect(response.body).to include('CURRENTCATEGORY')
206206
expect(response.body).to include('Value Per Item')
207207
expect(response.body).to include('20000')
208-
expect(response.body).to include('Quantity Per Indivudual')
208+
expect(response.body).to include('Quantity per Individual')
209209
expect(response.body).to include('2000')
210210
expect(response.body).to include('On hand minimum quantity')
211211
expect(response.body).to include('1200')

0 commit comments

Comments
 (0)