Skip to content

Commit df1abbd

Browse files
committed
Minor typo
1 parent 78ad2b6 commit df1abbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Instructions/Labs/05-generate-images.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ Now you're ready to explore the code used to call the REST API and generate an i
128128
- The user-provided prompt that describes the image to be generated
129129
- The number of images to be generated (in this case, 1)
130130
- The resolution (size) of the image to be generated.
131-
- The response header from the initial request includes an **operation-location** value that is used for the subsequent callback t get the results.
131+
- The response header from the initial request includes an **operation-location** value that is used for the subsequent callback to get the results.
132132
- The code polls the callback URL until the status of the image-generation task is *succeeded*, and then extracts and displays a URL for the generated image.
133133

134134
### Run the app

0 commit comments

Comments
 (0)