diff --git a/docs/content/_index.md b/docs/content/_index.md
index 4b75f4ec..cbb25f8e 100644
--- a/docs/content/_index.md
+++ b/docs/content/_index.md
@@ -9,7 +9,7 @@ description: >
Build Change-driven Solutions with Drasi
-
Drasi is a Data Change Processing platform that makes it easy build change-driven solutions that detect complex changes across your data sources and react to them instantly.
+
Drasi is a Data Change Processing platform that makes it easy to build change-driven solutions that detect complex changes across your data sources and react to them instantly.
diff --git a/docs/content/concepts/overview/_index.md b/docs/content/concepts/overview/_index.md
index 04145afb..cc9200df 100644
--- a/docs/content/concepts/overview/_index.md
+++ b/docs/content/concepts/overview/_index.md
@@ -105,7 +105,7 @@ More detail about Sources is available in the [Sources](/concepts/sources) overv
### Continuous Queries
-Continuous Queries, as the name implies, are queries that run continuously. To understand what is unique about them, it is useful to contrast them with a the kind of {{< term "Instantaneous Query" "instantaneous queries" >}} developers are accustomed to running against databases.
+Continuous Queries, as the name implies, are queries that run continuously. To understand what is unique about them, it is useful to contrast them with the kind of {{< term "Instantaneous Query" "instantaneous queries" >}} developers are accustomed to running against databases.
When you execute an **instantaneous query**, you are running the query against the database at a point in time. The database calculates the results to the query and returns them. While you work with those results, you are working with a static snapshot of the data and are unaware of any changes that may have happened to the data after you ran the query. If you run the same instantaneous query periodically, the query results might be different each time due to changes made to the data by other processes. But to understand what has changed, you would need to compare the most recent result with the previous result.
diff --git a/docs/content/drasi-kubernetes/how-to-guides/configure-reactions/configure-signalr-reaction/_index.md b/docs/content/drasi-kubernetes/how-to-guides/configure-reactions/configure-signalr-reaction/_index.md
index 3d5bcba4..1d557164 100644
--- a/docs/content/drasi-kubernetes/how-to-guides/configure-reactions/configure-signalr-reaction/_index.md
+++ b/docs/content/drasi-kubernetes/how-to-guides/configure-reactions/configure-signalr-reaction/_index.md
@@ -305,7 +305,7 @@ npm install --save @drasi/signalr-react
#### ResultSet Component
-The `ResultSet` component requires an endpoint to the SignalR reaction and a query ID. It will render a copy of it's children for every item in the result set of that query, and keep the data up to date via the SignalR connection.
+The `ResultSet` component requires an endpoint to the SignalR reaction and a query ID. It will render a copy of its children for every item in the result set of that query, and keep the data up to date via the SignalR connection.
```jsx
item.field1}>
@@ -359,7 +359,7 @@ npm install --save @drasi/signalr-vue
#### ResultSet Component
-The `ResultSet` component requires an endpoint to the SignalR reaction and a query ID. It will render a copy of it's children for every item in the result set of that query, and keep the data up to date via the SignalR connection.
+The `ResultSet` component requires an endpoint to the SignalR reaction and a query ID. It will render a copy of its children for every item in the result set of that query, and keep the data up to date via the SignalR connection.
```vue
diff --git a/docs/themes/docsy b/docs/themes/docsy
index bbf68d4c..ee79b52c 160000
--- a/docs/themes/docsy
+++ b/docs/themes/docsy
@@ -1 +1 @@
-Subproject commit bbf68d4caae52e8c9a89964c3d04b383ee678d44
+Subproject commit ee79b52c11807c46b8eb82c0c83242c9b52bce95