This is an automated email from the ASF dual-hosted git repository.

larsfrancke pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/incubator-training.git


The following commit(s) were added to refs/heads/develop by this push:
     new f53684f  Various typos. No functional change. (#92)
f53684f is described below

commit f53684fdb4cf9ea909e13ae0d7a4f87dc004b4b1
Author: Rich Bowen <[email protected]>
AuthorDate: Mon Jun 3 03:14:58 2024 -0400

    Various typos. No functional change. (#92)
---
 content/Conferences/ApacheCon/README.md    | 8 ++++----
 content/Conferences/ApacheCon/package.json | 2 +-
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/content/Conferences/ApacheCon/README.md 
b/content/Conferences/ApacheCon/README.md
index d4a3599..b073bc4 100644
--- a/content/Conferences/ApacheCon/README.md
+++ b/content/Conferences/ApacheCon/README.md
@@ -20,9 +20,9 @@ Then run:
 
 ## How to Build with Ruby or Node (minimal support)
 
-It possisble to genrate the slides with other technologies, please see 
instructions at https://asciidoctor.org/docs/asciidoctor-revealjs/.
+It is possible to generate the slides with other technologies, please see 
instructions at https://asciidoctor.org/docs/asciidoctor-revealjs/.
 
-For node install the dependacies:
+For node install the dependencies:
 
 `npm i --save asciidoctor@^2.0 @asciidoctor/reveal.js`
 
@@ -40,11 +40,11 @@ Once built, the generated slides can be found at:
 
 Just open the `index_en.html` in a browser to view the slides.
 
-Some features require the slides to be viewed via a http/https url you can do 
this by running:
+Some features require the slides to be viewed via a http/https URL you can do 
this by running:
 
 `mvn jetty:run-exploded`
 
-And goto `http://127.0.0.1:8080/index_en.html` in a browser to view.
+And go to `http://127.0.0.1:8080/index_en.html` in a browser to view.
 
 If you add ?print-pdf at the end of the URL, you can then print the slide deck 
into a PDF document.
 
diff --git a/content/Conferences/ApacheCon/package.json 
b/content/Conferences/ApacheCon/package.json
index 58266ba..57136c7 100644
--- a/content/Conferences/ApacheCon/package.json
+++ b/content/Conferences/ApacheCon/package.json
@@ -11,6 +11,6 @@
   "license": "ISC",
   "dependencies": {
     "@asciidoctor/reveal.js": "^3.1.0",
-    "asciidoctor": "^2.1.0"
+    "asciidoctor": "^2.2.8"
   }
 }

Reply via email to