Skip to content

Commit

Permalink
Correct some broken grammar / spelling / syntax / etc.
Browse files Browse the repository at this point in the history
  • Loading branch information
shlomif committed Nov 1, 2023
1 parent c792847 commit 4007e36
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/Shlomif/Homepage/NavBlocks.pm
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ my $Emma_Watson_tech_interview = _l(
path => "humour/bits/Emma-Watson-applying-for-a-software-dev-job/",
);
my $Emma_Watson_visit_to_Gaza = _l(
inner_html => "Emma Watson visit to Israel and Gaza",
inner_html => "Emma Watson’s visit to Israel and Gaza",
path => "humour/bits/Emma-Watson-Visit-to-Israel-and-Gaza/",
);

Expand Down Expand Up @@ -303,11 +303,11 @@ my %tr_s = (
],
),
'Emma_Watson_tech_job' => _tr(
title => "Emma Watson Tech Interview",
title => "Emma Watson’s Tech Interview",
items => [ $Emma_Watson_tech_interview, ],
),
'Emma_Watson_visit_to_Gaza' => _tr(
title => "Emma Watson Visit to Israel & Gaza",
title => "Emma Watson’s Visit to Israel & Gaza",
items => [ $Emma_Watson_visit_to_Gaza, ],
),
'card_games_essays' => _tr(
Expand Down

0 comments on commit 4007e36

Please sign in to comment.