diff --git a/src/_includes/content/papi-ga.html b/src/_includes/content/papi-ga.md
similarity index 100%
rename from src/_includes/content/papi-ga.html
rename to src/_includes/content/papi-ga.md
diff --git a/src/api/config-api/api-design.md b/src/api/config-api/api-design.md
index da2b06217f..8688d6cfe3 100644
--- a/src/api/config-api/api-design.md
+++ b/src/api/config-api/api-design.md
@@ -2,7 +2,7 @@
 title: API Design
 ---
 
-{% include content/papi-ga.html %}
+{% include content/papi-ga.md %}
 
 ## API Evolution: Versioning and Compatibility
 
@@ -28,13 +28,13 @@ The Config API is a set of REST APIs for managing Segment resources. The primary
 
 You can manage each resource using standard methods:
 
-| Method | HTTP Mapping          |
-|--------|-----------------------|
-| List   | GET   |
-| Get    | GET     |
-| Create | POST  |
-| Update | PATCH   |
-| Delete | DELETE  |
+| Method | HTTP Mapping           |
+|--------|------------------------|
+| List   | GET \  |
+| Get    | GET \    |
+| Create | POST \ |
+| Update | PATCH \  |
+| Delete | DELETE \ |
 
 ## Errors
 
diff --git a/src/api/config-api/authentication.md b/src/api/config-api/authentication.md
index cdec1e547e..d3b6445e13 100644
--- a/src/api/config-api/authentication.md
+++ b/src/api/config-api/authentication.md
@@ -2,7 +2,7 @@
 title: Authentication
 ---
 
-{% include content/papi-ga.html %}
+{% include content/papi-ga.md %}
 
 
 You can access the Config API programmatically using access tokens. When you authenticate with an access token, you have access to any resource and permission assigned to the token.
diff --git a/src/api/config-api/index.md b/src/api/config-api/index.md
index 3e03b97ec6..d700ccf363 100644
--- a/src/api/config-api/index.md
+++ b/src/api/config-api/index.md
@@ -4,7 +4,7 @@ redirect_from:
   - '/config-api'
 ---
 
-{% include content/papi-ga.html %}
+{% include content/papi-ga.md %}
 
 The Config API lets you programmatically manage Segment workspaces, sources, destinations, and more. 
 
diff --git a/src/api/public-api/fql.md b/src/api/public-api/fql.md
index 58f439bd7c..c15b3bdd00 100644
--- a/src/api/public-api/fql.md
+++ b/src/api/public-api/fql.md
@@ -5,7 +5,7 @@ redirect_from:
   - /api/config-api/fql
 ---
 
-{% include content/papi-ga.html %}
+{% include content/papi-ga.md %}
 
 This reference provides a comprehensive overview of the Segment Destination Filter query language. For information on the Destination Filters API (including information on migrating from the Config API), visit the [Destination Filters API reference](https://docs.segmentapis.com/tag/Destination-Filters){:target="_blank"}.
 
diff --git a/src/connections/destinations/catalog/actions-absmartly/index.md b/src/connections/destinations/catalog/actions-absmartly/index.md
index 13980624e4..5b838d339a 100644
--- a/src/connections/destinations/catalog/actions-absmartly/index.md
+++ b/src/connections/destinations/catalog/actions-absmartly/index.md
@@ -29,7 +29,7 @@ This destination is maintained by ABsmartly. For any issues with the destination
 > info ""
 > If you need support setting things up, you can contact the ABsmartly support team on Slack or [via email](mailto:support@absmartly.com).
 
-# Sending exposures to Segment
+## Sending exposures to Segment
 
 It can be useful to send experiment exposures to Segment for visibility from
 other destinations. The Segment Spec includes the [Experiment Viewed semantic event](/docs/connections/spec/ab-testing/)
diff --git a/src/connections/destinations/catalog/actions-braze-web/index.md b/src/connections/destinations/catalog/actions-braze-web/index.md
index 20db884ddc..5661750e78 100644
--- a/src/connections/destinations/catalog/actions-braze-web/index.md
+++ b/src/connections/destinations/catalog/actions-braze-web/index.md
@@ -29,7 +29,7 @@ Braze web-mode (Actions) provides the following benefits over Braze (Classic):
 3. Choose which of your sources to connect the destination to and follow the steps to create your destination.
 > warning "Mapping settings"
 > Some events require specific property names to map correctly into Braze. 
-> For example, purchase events must use a `products` array with `product_id` and `price.
+> For example, purchase events must use a `products` array with `product_id` and `price`.
 > See [Braze-web settings mappings](#braze-web-settings-mapping) for "Device-web" for the full list of requirements before setting up mappings.
 4. In the **Settings** tab, configure the connection settings. **API Key**, **SDK Endpoint**, and **REST Endpoint** are required settings.
 
diff --git a/src/engage/journeys/v2/use-cases.md b/src/engage/journeys/v2/use-cases.md
index 1d5720610d..c5121bd3f7 100644
--- a/src/engage/journeys/v2/use-cases.md
+++ b/src/engage/journeys/v2/use-cases.md
@@ -632,7 +632,3 @@ These examples show key moments in the journey, from entry to conversion milesto
 ```
 {% endcodeexampletab %}
 {% endcodeexample %}
-
-
-
--->
\ No newline at end of file