forked from Archive/PX4-Autopilot
Fix typo in exported text
This commit is contained in:
parent
af5256c454
commit
d88e387013
|
@ -12,7 +12,7 @@ class MarkdownTablesOutput():
|
|||
|
||||
result += """This page lists all supported airframes and types including
|
||||
the motor assignment and numbering. The motors in **green** rotate clockwise,
|
||||
the ones in **blue** conterclockwise.\n\n"""
|
||||
the ones in **blue** counterclockwise.\n\n"""
|
||||
|
||||
for group in groups:
|
||||
|
||||
|
|
Loading…
Reference in New Issue