Skip to content

Commit eac0ee1

Browse files
authored
Fix some tipos on RTOS FreeRTOS section (#269)
* Fix some tipos on RTOS FreeRTOS section * Ignore twitter links on CI
1 parent 98c247e commit eac0ee1

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

_docs/overview/rtos/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ In this section, we review the main features of the three RTOSes supported offic
5050

5151
### **FreeRTOS**
5252

53-
FreeRTOS is distributed under the MIT license. It is know particularly for is simplicity and the extension a:FreeRTOS provided by Amazon. For micro-ROS, we make use of the POSIX extension.
53+
FreeRTOS is distributed under the MIT license. It is known particularly for its simplicity and the extension a:FreeRTOS provided by Amazon. For micro-ROS, we make use of the POSIX extension.
5454

5555
<div class="rtoscontainer">
5656
<div class="rtositem_description">

scripts/cibuild

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ fi
1717
IGNORE_HREFS=${IGNORE_HREFS:+$IGNORE_HREFS,}$(ruby -e "puts %w{
1818
vimeo.com
1919
omg.org
20+
twitter.com
2021
${ADDITIONS}
2122
}.map{|h| \"/#{h}/\"}.join(\",\")"
2223
)

0 commit comments

Comments
 (0)