diff --git a/app/components/popovers/bql-help.hbs b/app/components/popovers/bql-help.hbs
index 9a7ebaf1..c377dc50 100644
--- a/app/components/popovers/bql-help.hbs
+++ b/app/components/popovers/bql-help.hbs
@@ -13,7 +13,7 @@
- For information on how to write BQL queries, see documentation.
+ For information on how to write BQL queries, see documentation.
diff --git a/app/components/popovers/queries-help.hbs b/app/components/popovers/queries-help.hbs
index dea7ed99..88c6e38b 100644
--- a/app/components/popovers/queries-help.hbs
+++ b/app/components/popovers/queries-help.hbs
@@ -8,7 +8,7 @@
From this page, you can:
- Create a new query using the query builder by clicking the Build Query button. This does not let you do more advanced things like use arbitrary expressions or casting in your queries
- - Create a new BQL query by clicking the BQL Query button. This lets you use the full querying capabilities in Bullet. See BQL API for more information. BQL queries will be identified with a before their name and Built queries with a in the table below
+ - Create a new BQL query by clicking the BQL Query button. This lets you use the full querying capabilities in Bullet. See BQL API for more information. BQL queries will be identified with a before their name and Built queries with a in the table below
- Edit a saved or previously executed query by clicking on the name or description of the query. Note that Bullet only saves the most recent version of the query
- Create a unique link to a saved query. This creates a hyperlink with your encoded query that can be shared with others. It will create a copy of the same query in their UI when opened
- Delete a query by clicking the trash icon that appears when you hover over a row in the table