Skip to content

Commit f4d1796

Browse files
committed
fix linter errors
1 parent 1279617 commit f4d1796

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

content/Software Support/Arduino App Lab/If-App-Lab-does-not-open.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ In this article:
1111
<!-- TOC -->
1212

1313
- [Make sure the WebKit2 library is installed](#make-sure-the-webkit2-library-is-installed)
14-
- [Try launching App Lab in Terminal](#try-launching-app-lab-in-terminal)
14+
- [Launch App Lab in Terminal](#launch-app-lab-in-terminal)
1515

1616
<!-- /TOC -->
1717

@@ -34,7 +34,6 @@ Resolve the issue by installing the library:
3434

3535
If the library was already installed, check for other errors by [launching App Lab in Terminal](#try-launching-app-lab-in-terminal).
3636

37-
3837
## Launch App Lab in Terminal
3938

4039
If App Lab still isn't launching, you can try opening the application from Terminal, to reveal error output not visible when launching the application normally.
@@ -49,12 +48,12 @@ Follow these steps:
4948

5049
1. Observe the Terminal output.
5150

52-
* If you see this error, you are still missing the WebKitGTK library.
51+
- If you see this error, you are still missing the WebKitGTK library.
5352

5453
```
5554
./arduino-app-lab: error while loading shared libraries: libwebkit2gtk-4.1.so.0: cannot open shared object file: No such file or directory
5655
```
5756
5857
Follow the steps in [Make sure the WebKit2 library is installed](#make-sure-the-webkit2-library-is-installed).
5958
60-
* For other issues, try seraching the Arduino Help Center or [contacting Arduino Support](https://www.arduino.cc/en/contact-us/).
59+
- For other issues, try seraching the Arduino Help Center or [contacting Arduino Support](https://www.arduino.cc/en/contact-us/).

0 commit comments

Comments
 (0)