Skip to content

Commit b6c4905

Browse files
ramansrivastavaRaman Srivastava
andauthored
Fix grammatical error in README: correct 'Our DALL·E. app has an event handler, get_image to which get this image' to 'Our DALL·E app has an event handler, get_image which gets this image' (#5661)
Co-authored-by: Raman Srivastava <[email protected]>
1 parent a1432bc commit b6c4905

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ def get_image(self):
202202

203203
Within the state, we define functions called event handlers that change the state vars. Event handlers are the way that we can modify the state in Reflex. They can be called in response to user actions, such as clicking a button or typing in a text box. These actions are called events.
204204

205-
Our DALL·E. app has an event handler, `get_image` to which get this image from the OpenAI API. Using `yield` in the middle of an event handler will cause the UI to update. Otherwise the UI will update at the end of the event handler.
205+
Our DALL·E app has an event handler, `get_image` which gets this image from the OpenAI API. Using `yield` in the middle of an event handler will cause the UI to update. Otherwise the UI will update at the end of the event handler.
206206

207207
### **Routing**
208208

0 commit comments

Comments
 (0)