Skip to content

Commit 7725469

Browse files
committed
Fix typo
1 parent d52380e commit 7725469

File tree

1 file changed

+1
-1
lines changed
  • apps/components_guide_web/lib/components_guide_web/templates/composable_systems

1 file changed

+1
-1
lines changed

apps/components_guide_web/lib/components_guide_web/templates/composable_systems/_nav.html.eex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<ul y-y x-x=md class="text-lg font-bold" style="--link-padding: 0.75em">
33
<li><%= link("Why?", to: '/composable-systems') %>
44
<li><%= link("Opinionated vs Flexible", to: '/composable-systems/opinionated-vs-flexible') %>
5-
<li><%= link("Desirable Properties", to: '/composable-systems/desirable-propertiesA') %>
5+
<li><%= link("Desirable Properties", to: '/composable-systems/desirable-properties') %>
66
<li hidden><%= link("Single Responsibility", to: '/composable-systems/roles') %>
77
<li hidden><%= link("Deterministic", to: '/composable-systems/roles') %>
88
</ul>

0 commit comments

Comments
 (0)