diff --git a/website/snippets/quickstarts/change-way-model-materialized.md b/website/snippets/quickstarts/change-way-model-materialized.md
index 20c57a61f7d..a3933171b9c 100644
--- a/website/snippets/quickstarts/change-way-model-materialized.md
+++ b/website/snippets/quickstarts/change-way-model-materialized.md
@@ -54,10 +54,11 @@ By default, everything gets created as a view. You can override that at the dire
 
     </File>
 
-4. Enter the `dbt run` command. Your model, `customers` should now build as a view.
+4. Enter the `dbt run` command. Your model, `customers`, should now build as a view. 
+   - BigQuery users need to run `dbt run --full-refresh` instead of `dbt run` to full apply materialization changes.
 5. Enter the `dbt run --full-refresh` command for this to take effect in your warehouse.
 
-#### FAQs
+### FAQs
 
 <FAQ path="Models/available-materializations" />
 <FAQ path="Project/which-materialization" />