Skip to content

Commit a2c8d6b

Browse files
Fix typo in image alt text
1 parent 5c3ae60 commit a2c8d6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/search/index-sql-relational-data.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ The solution is to capture the room detail as nested JSON, and then insert the J
9898

9999
1. Run `SELECT * FROM dbo.HotelRooms` to retrieve the row set. This query returns 50 rows, one per hotel, with associated room information as a JSON collection.
100100

101-
![Rowset from HotelRooms view](media/index-sql-relational-data/hotelrooms-rowset.png "Screeshot of the rowset from the HotelRooms view.")
101+
![Rowset from HotelRooms view](media/index-sql-relational-data/hotelrooms-rowset.png "Screenshot of the rowset from the HotelRooms view.")
102102

103103
This rowset is now ready for import into Azure AI Search.
104104

0 commit comments

Comments
 (0)