From 886e5aed0db39dc91a31007d062c58a3abcd3fdd Mon Sep 17 00:00:00 2001 From: Marijn Giesen Date: Tue, 20 Oct 2015 21:42:20 +0200 Subject: [PATCH] Fixed typo (recieve -> receive) --- source/components/rfxtrx.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/components/rfxtrx.markdown b/source/components/rfxtrx.markdown index f18f488b27d..82860f3ad97 100644 --- a/source/components/rfxtrx.markdown +++ b/source/components/rfxtrx.markdown @@ -22,7 +22,7 @@ rfxtrx: Configuration variables: - **device** (*Required*): The path to your device, e.g. `/dev/serial/by-id/usb-RFXCOM_RFXtrx433_A1Y0NJGR-if00-port0` -- **debug** (*Optional*): If you want to recieve debug output. +- **debug** (*Optional*): If you want to receive debug output. ## {% linkable_title Building on top of RFXtrx %}