Przeglądaj źródła

Changed how to connect to wiki url.

mitm 7 lat temu
rodzic
commit
565c552ae8
1 zmienionych plików z 2 dodań i 2 usunięć
  1. 2 2
      src/docs/asciidoc/wiki/atom_editor.adoc

+ 2 - 2
src/docs/asciidoc/wiki/atom_editor.adoc

@@ -41,14 +41,14 @@ TIP: You can add more GitHub controls to the editor by adding the package `*git-
 .  To edit the Wiki you will need to clone the wiki repository.
 ..  From the `Command Palette` (kbd:[ctrl]+kbd:[shift] +kbd:[P]  or `menu:Packages[Command Palette>Toggle]`), enter "`git`" into the search box.
 ..  Select btn:[GitHub: Clone].
-..  Paste,
+..  Paste the wiki the +++<abbr title="Uniform Resource Locator">URL</abbr>+++ into the `Clone from` box.
 +
 --
 [source]
 ----
 https://github.com/jMonkeyEngine/wiki
 ----
-into the `Clone from` box. The `To directory` will automatically update when you do.
+The `To directory` will automatically update when you do.
 
 IMPORTANT: Use the +++<abbr title="Uniform Resource Locator">URL</abbr>+++ to your repository fork and clone your fork if a non-member.
 --