diff --git a/docs/docs/tutorials/sql_qa.ipynb b/docs/docs/tutorials/sql_qa.ipynb index 3c7c8677d1f..6fc2b75c24a 100644 --- a/docs/docs/tutorials/sql_qa.ipynb +++ b/docs/docs/tutorials/sql_qa.ipynb @@ -28,7 +28,7 @@ "\n", "At a high-level, the steps of these systems are:\n", "\n", - "1. **Convert question to DSL query**: Model converts user input to a SQL query.\n", + "1. **Convert question to SQL query**: Model converts user input to a SQL query.\n", "2. **Execute SQL query**: Execute the query.\n", "3. **Answer the question**: Model responds to user input using the query results.\n", "\n",