Update coregettingstarted.md
diff --git a/coregettingstarted.md b/coregettingstarted.md
index ce577c8..67b15bd 100644
--- a/coregettingstarted.md
+++ b/coregettingstarted.md
@@ -70,7 +70,7 @@
 </html>
 ```
 
-### Quarkus
+## Quarkus
 
 Since 2.3-next a Quarkus extension is available: 
 
@@ -82,7 +82,7 @@
 </dependency>
 ```
 
-The easiest way to getting started is to clone our sample project, whic can be found here: https://github.com/apache/myfaces/blob/master/extensions/quarkus/showcase/
+The easiest way to getting started is to clone our sample project, which can be found here: https://github.com/apache/myfaces/blob/master/extensions/quarkus/showcase/
 
 Uber-JARs are not supported by design currently.