Browse Source

Fixed typo

Björn Ritzl 6 years ago
parent
commit
d1dd5afdca
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/en/manuals/getting-help.md

+ 1 - 1
docs/en/manuals/getting-help.md

@@ -44,7 +44,7 @@ A good way to discuss and get help with a problem is to post a question on our [
 
   Engine logs for desktop builds can be viewed by running the Defold application from a terminal/command prompt.
 
-  You can also write engine logs to a file and access this once the application has been shut down. You can read more about how to enable and access the log in the [Debugging manual](/manuals/debugging/#_extracting_the_log.txt_file).uild
+  You can also write engine logs to a file and access this once the application has been shut down. You can read more about how to enable and access the log in the [Debugging manual](/manuals/debugging/#_extracting_the_log.txt_file).
 
 * **Minimal repro case project (OPTIONAL)** - Please attach a minimal project where the bug is reproduced. This will greatly help the person trying to investigate and fix the bug. If you share the project as a zip file make sure to exclude the `.git`, `.internal` and `build` folders from the archive.