ソースを参照

Fix code literal syntax in FAQ

Hugo Locurcio 3 年 前
コミット
72a2c55e5c
1 ファイル変更4 行追加4 行削除
  1. 4 4
      about/faq.rst

+ 4 - 4
about/faq.rst

@@ -210,9 +210,9 @@ Windows
 macOS
 ^^^^^
 
-Drag the extracted Godot application to `/Applications/Godot.app`, then drag it
+Drag the extracted Godot application to ``/Applications/Godot.app``, then drag it
 to the Dock if desired. Spotlight will be able to find Godot as long as it's in
-`/Applications` or `~/Applications`.
+``/Applications`` or ``~/Applications``.
 
 Linux
 ^^^^^
@@ -231,8 +231,8 @@ Linux
     to the Godot binary.
 
 - Save `this .desktop file <https://raw.githubusercontent.com/godotengine/godot/3.x/misc/dist/linux/org.godotengine.Godot.desktop>`__
-  to `$HOME/.local/share/applications/`. If you have administrator privileges,
-  you can also save the ``.desktop`` file to `/usr/local/share/applications`
+  to ``$HOME/.local/share/applications/``. If you have administrator privileges,
+  you can also save the ``.desktop`` file to ``/usr/local/share/applications``
   to make the shortcut available for all users.
 
 Is the Godot editor a portable application?