summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--wiki/openbsd/installation.mdwn2
1 files changed, 1 insertions, 1 deletions
diff --git a/wiki/openbsd/installation.mdwn b/wiki/openbsd/installation.mdwn
index df450fd..381c53e 100644
--- a/wiki/openbsd/installation.mdwn
+++ b/wiki/openbsd/installation.mdwn
@@ -75,7 +75,7 @@ To enable wifi on your device, run the following command (filling in the proper
echo "up powersave" >> /etc/hostname.iwn0
dhclient iwn0
-Take note of the `iwn0`, as this might differ on your machine. (You can check this my running `ifconfig`)
+Take note of the `iwn0`, as this might differ on your machine. (You can check this by running `ifconfig`)
You might also need to run `doas sh /etc/netstart` after.