mitm001 5 ani în urmă
părinte
comite
340714ccfe
1 a modificat fișierele cu 4 adăugiri și 3 ștergeri
  1. 4 3
      docs/modules/wiki/pages/atom_editor.adoc

+ 4 - 3
docs/modules/wiki/pages/atom_editor.adoc

@@ -87,14 +87,15 @@ You can preview your documents by selecting the document and using the keyboard
 == Updating Local Wiki Copies
 
 
-It's a good idea to update your local copy of the Wiki prior to commiting any changes.
+It's a good idea to update your local copy of the Wiki prior to committing any changes.
 
 .Members
 Update your local copy of the Wiki from the Atom Editor or (CLI) by issuing a Pull command prior to Commit/Push.
 
 .Non-Members
 Update your local copy of the Wiki by:
-. Issuing a pull request from your forked repository using the (GWI).
+
+  . Issuing a pull request from your forked repository using the (GWI).
 ..  Go to your version of the repository on GitHub.
 ..  Click the btn:[New Pull Request] button at the top.
 +
@@ -137,7 +138,7 @@ Everything after the title line, up to the first empty new line, is called the `
 
 The Antora manual has a very quick to read link:https://docs.antora.org/antora/2.3/asciidoc/asciidoc/[Primer] that will get you up to speed on writing pages fast.
 
-Documents rely heavily on using `References` to link to other content in the same or different modules. This is a criticle part of writing you documents. Knowing how to link to other content. There are two types of `References`, link:https://docs.antora.org/antora/2.3/page/page-id/[Cross Refence] and link:https://docs.antora.org/antora/2.3/asciidoc/in-page-xref/[Internal Cross Reference]. A `Cross Refence` links to a link:https://docs.antora.org/antora/2.3/page/module-and-page-xrefs/[*page*] in the same or different module, an `Internal Cross Reference` links to  *elements* inside a document located either in the same page, same module or a different module.
+Documents rely heavily on using `References` to link to other content in the same or different modules. This is a critical part of writing your documents. Knowing how to link to other content. There are two types of "`references`", link:https://docs.antora.org/antora/2.3/page/page-id/[Cross References] and link:https://docs.antora.org/antora/2.3/asciidoc/in-page-xref/[Internal Cross Reference]. A `Cross References` links to a link:https://docs.antora.org/antora/2.3/page/module-and-page-xrefs/[*page*] in the same or different module, an `Internal Cross Reference` links to  *elements* inside a document located either in the same page, same module or a different module.
 
 The snippets page contains various forms these `Cross References` that make linking easier.