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

fanningpj pushed a commit to branch main
in repository 
https://gitbox.apache.org/repos/asf/incubator-pekko-http-quickstart-java.g8.git


The following commit(s) were added to refs/heads/main by this push:
     new 5a367f9  fix instances of 'an pekko' (#5)
5a367f9 is described below

commit 5a367f97f913bd758159191821050b6965792352
Author: PJ Fanning <[email protected]>
AuthorDate: Tue Jan 30 09:49:53 2024 +0100

    fix instances of 'an pekko' (#5)
---
 README.md                      | 4 ++--
 docs/src/main/paradox/index.md | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/README.md b/README.md
index 43b90f3..9044111 100644
--- a/README.md
+++ b/README.md
@@ -3,7 +3,7 @@
 You can use [Giter8][g8] to create your own project from the quickstart.
 
 Prerequisites:
-- JDK 17 (Java Records used in the sample code)
+- JDK 17 (Java Records are used in the sample code)
 - sbt 1.9.x or higher
 
 Open a console and run the following command to apply this template:
@@ -22,7 +22,7 @@ This template will prompt for the following parameters. Press 
`Enter` if the def
 - `pekko-http-version`: Specifies which version of Pekko HTTP should be used 
for this project.
 - `pekko-version`: Specifies which version of Pekko should be used for this 
project.
 
-This template comes with example for an Pekko HTTP server on Java 
`QuickstartServer`, along with their respective tests.
+This template comes with example for a Pekko HTTP server on Java 
`QuickstartServer`, along with their respective tests.
 
 Once inside the project folder, to run this code, you can issue the following 
command to run the server:
 ```
diff --git a/docs/src/main/paradox/index.md b/docs/src/main/paradox/index.md
index a8dcc3c..105a34a 100644
--- a/docs/src/main/paradox/index.md
+++ b/docs/src/main/paradox/index.md
@@ -1,6 +1,6 @@
 # Apache Pekko HTTP Quickstart for Java
 
-Pekko HTTP offers a general toolkit for providing and consuming HTTP-based 
services. The Pekko HTTP modules implement a full server- and client-side HTTP 
stack on top of `pekko-actor` and `pekko-stream`. A typical application does 
not sit on top of Pekko HTTP. Instead, Pekko HTTP makes it easier to build 
integration layers based on HTTP, and therefore stays on the sidelines. This 
allows you to base your app on what makes sense and use Pekko HTTP for HTTP 
integration.
+Apache Pekko HTTP offers a general toolkit for providing and consuming 
HTTP-based services. The Pekko HTTP modules implement a full server- and 
client-side HTTP stack on top of `pekko-actor` and `pekko-stream`. A typical 
application does not sit on top of Pekko HTTP. Instead, Pekko HTTP makes it 
easier to build integration layers based on HTTP, and therefore stays on the 
sidelines. This allows you to base your app on what makes sense and use Pekko 
HTTP for HTTP integration.
 
 Pekko HTTP is not a framework--not because we don't like frameworks--but to 
provide maximum flexibility. For example, you might use the Play framework to 
implement browser-based interactions.
 
@@ -39,7 +39,7 @@ When you run sbt, it downloads project dependencies. The `>` 
prompt indicates th
 
 At the sbt prompt, enter `reStart`.
 
-sbt builds the project, starts an Pekko HTTP server, and runs the example 
application.
+sbt builds the project, starts a Pekko HTTP server, and runs the example 
application.
 
 The output should look something like this:
 


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to