You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ Please remember the issue tracker on github is _not_ for user support. Please a
4
4
5
5
Issues created without steps to repeat are likely to be closed. E-mail requests for support will go un-answered; All support needs to be public so that other people can read the problems and solutions.
6
6
7
-
Remember that issues that are due to mis-configuration, wiring or failure to read documentation just takes time away from the developers and can often be solved without developer interaction by other users.
7
+
Remember that issues that are due to misconfiguration, wiring or failure to read documentation just takes time away from the developers and can often be solved without developer interaction by other users.
8
8
9
9
Please search for existing issues *before* creating new ones.
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,7 @@ Changes to the security model used in the latest versions of MacOS X 10.14 (Moja
26
26
27
27
### Unstable Testing Versions
28
28
29
-
Unstable testing versions of the lates builds of the Betaflight Blackbox Explorer for most platforms can be downloaded from [here](https://github.com/betaflight/blackbox-log-viewer-nightlies/releases).
29
+
Unstable testing versions of the latest builds of the Betaflight Blackbox Explorer for most platforms can be downloaded from [here](https://github.com/betaflight/blackbox-log-viewer-nightlies/releases).
30
30
31
31
**Be aware that these versions are intended for testing / feedback only, and may be buggy or broken.**
32
32
@@ -116,8 +116,8 @@ yarn start
116
116
117
117
118
118
#### Build or release app for one specific platform
119
-
To build or release only for one specific platform you can append the plaform after the `task-name`.
120
-
If no platform is provided, only for the platform you are builing from will be build.
119
+
To build or release only for one specific platform you can append the platform after the `task-name`.
120
+
If no platform is provided, only for the platform you are building from will be build.
121
121
122
122
***MacOS X** use `yarn gulp <task-name> --osx64`
123
123
***Linux** use `yarn gulp <task-name> --linux64`
@@ -128,7 +128,7 @@ If no platform is provided, only for the platform you are builing from will be b
128
128
#### macOS DMG installation background image
129
129
130
130
The release distribution for macOS uses a DMG file to install the application.
131
-
The PSD source for the DMG backgound image can be found in the root (`dmg-background.png`). After changing the source, export the image to PNG format in folder `./images/`.
131
+
The PSD source for the DMG background image can be found in the root (`dmg-background.png`). After changing the source, export the image to PNG format in folder `./images/`.
132
132
133
133
## Flight video won't load, or jumpy flight video upon export
0 commit comments