Skip to content

Commit d7c953c

Browse files
authored
Update get-started.md
As a courtesy, I corrected the Acrolinx error "datbase" to "database" on line 235 of articles/synapse-analytics/get-started.md.
1 parent e0910e6 commit d7c953c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/synapse-analytics/get-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ matplotlib.pyplot.show()
232232
Earlier we copied data from a SQL pool database into a Spark DB. Using
233233
Spark, we aggregated the data into the nyctaxi.passengercountstats.
234234
Now run the cell below in a notebook and it will copy the aggregated table back into
235-
the SQL pool datbase.
235+
the SQL pool database.
236236
237237
```scala
238238
%%spark

0 commit comments

Comments
 (0)