Skip to content

Commit d70ed15

Browse files
authored
Add alt text for image (#77)
Wanted to add alt texts to all the images used on the site to comply with WCAG. Turns out we only have one image.
1 parent 00892a1 commit d70ed15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/editor-support.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ To have basic support for TypeScriptToLua it is enough to [configure your editor
88

99
Sometimes TypeScriptToLua has to report it's own errors during the compilation. To have the same errors displayed in your editor, you can use a [language service plugin](https://github.com/microsoft/TypeScript/wiki/Writing-a-Language-Service-Plugin).
1010

11-
![](/images/editor-support-diagnostics.png)
11+
![Autocomplete popup from Visual Studio Code with a TypescriptToLua specific error.](/images/editor-support-diagnostics.png)
1212

1313
To use it either get a [Visual Studio Code extension](https://marketplace.visualstudio.com/items?itemName=ark120202.vscode-typescript-to-lua) or [add it to your project](https://github.com/TypeScriptToLua/typescript-tstl-plugin#installation).
1414

0 commit comments

Comments
 (0)