Skip to content

Commit

Permalink
Merge pull request #30 from rice-cracker-dev/patch-2
Browse files Browse the repository at this point in the history
fixed a typo in network.md (whoops)
  • Loading branch information
Aylur authored Apr 18, 2024
2 parents 1c46a73 + 09ad706 commit 4ac618c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/content/docs/services/network.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ const WiredIndicator = () => Widget.Icon({
const NetworkIndicator = () => Widget.Stack({
children: {
wifi: WifiIndicator(),
wired, WiredIndicator(),
wired: WiredIndicator(),
},
shown: network.bind('primary').as(p => p || 'wifi'),
})
Expand Down

0 comments on commit 4ac618c

Please sign in to comment.