Bladeren bron

Fixed some typos

Björn Ritzl 6 maanden geleden
bovenliggende
commit
f819ce3e9c
3 gewijzigde bestanden met toevoegingen van 4 en 4 verwijderingen
  1. 1 1
      docs/en/shared/editor-faq.md
  2. 2 2
      docs/en/shared/windows-faq.md
  3. 1 1
      docs/es/shared/editor-faq.md

+ 1 - 1
docs/en/shared/editor-faq.md

@@ -6,7 +6,7 @@ A: The editor will use up to 75% of the available memory of the system. On a com
 A: Yes. The Defold beta editor checks for an update at startup, just like the Defold stable version does.
 
 
-#### Q: Why am I getting an error saying "java.awt.AWTError: Assistive Technology not found" when launching the editor?
+#### Q: Why am I getting an error saying `java.awt.AWTError: Assistive Technology not found` when launching the editor?
 A: This error is related to problems with Java assistive technology such as the [NVDA screen reader](https://www.nvaccess.org/download/). You probably have an `.accessibility.properties` file in your home folder. Remove the file and try launching the editor again. (Note: If you do use any assistive technology and require that file to be present then please reach out to us at [email protected] to discuss alternative solutions).
 
 Discussed [here on the Defold forum](https://forum.defold.com/t/editor-endless-loading-windows-10-1-2-169-solved/65481/3).

+ 2 - 2
docs/en/shared/windows-faq.md

@@ -2,7 +2,7 @@
 
 A: This error can happen on [computers using AMD Radeon GPUs](https://github.com/defold/editor2-issues/issues/2723). Make sure to update your graphics drivers.
 
-#### Q: Why am I getting 'com.sun.jna.Native.open.class java.lang.Error: Access is denied' when opening an atlas or a scene view?
+#### Q: Why am I getting `com.sun.jna.Native.open.class java.lang.Error: Access is denied` when opening an atlas or a scene view?
 
 A: Try running Defold as administrator. Right-click on the Defold executable and select "Run as Administrator".
 
@@ -10,7 +10,7 @@ A: Try running Defold as administrator. Right-click on the Defold executable and
 
 A: Make sure to update your driver to a version higher than or equal to 27.20.100.8280. Check with the [Intel Driver Support Asistant](https://www.intel.com/content/www/us/en/search.html?ws=text#t=Downloads&layout=table&cf:Downloads=%5B%7B%22actualLabel%22%3A%22Graphics%22%2C%22displayLabel%22%3A%22Graphics%22%7D%2C%7B%22actualLabel%22%3A%22Intel%C2%AE%20UHD%20Graphics%20Family%22%2C%22displayLabel%22%3A%22Intel%C2%AE%20UHD%20Graphics%20Family%22%7D%2C%7B%22actualLabel%22%3A%22Intel%C2%AE%20UHD%20Graphics%20630%22%2C%22displayLabel%22%3A%22Intel%C2%AE%20UHD%20Graphics%20630%22%7D%5D). Additional information can be found in [this forum post](https://forum.defold.com/t/sprite-game-object-is-not-rendering/69198/35?u=britzl).
 
-#### Q: The Defold editor is crashing and the log shows AWTError: Assistive Technology not found
+#### Q: The Defold editor is crashing and the log shows `AWTError: Assistive Technology not found`
 
 If the editor crashes with a log mentioning `Caused by: java.awt.AWTError: Assistive Technology not found: com.sun.java.accessibility.AccessBridge` then follow these steps:
 

+ 1 - 1
docs/es/shared/editor-faq.md

@@ -6,7 +6,7 @@ A: El editor utilizará el 75% de tu memoria disponible en el sistema. Una compu
 A: Sí. El editor beta de Defold verifica por una actualización al inicio, tal como la versión estable de Defold.
 
 
-#### Q: ¿Por qué obtengo un error diciendo "java.awt.AWTError: Assistive Technology not found" cuando lanzo el editor?
+#### Q: ¿Por qué obtengo un error diciendo `java.awt.AWTError: Assistive Technology not found` cuando lanzo el editor?
 A: Este error está relacionado a problemas con Java assistive technology como el [NVDA screen reader](https://www.nvaccess.org/download/). Probablemente tienes un archivo `.accessibility.properties` en tu carpeta home. Remueve el archivo y trata de lanzar el editor de nuevo. (Nota: Si utilizas cualquier tecnología de asistencia y requieres que el archivo esté presente entonces por favor escríbenos a [email protected] para discutir soluciones alternativas).
 
 Se ha discutido [aquí en el foro de Defold](https://forum.defold.com/t/editor-endless-loading-windows-10-1-2-169-solved/65481/3).