File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -372,7 +372,7 @@ struct VideosListProps {
372372}
373373```
374374
375- Then we modify the ` VideosList ` component to pass the "emit" the selected video to the callback.
375+ Then we modify the ` VideosList ` component to "emit" the selected video to the callback.
376376
377377``` rust ,ignore {2-4,6-12,15-16}
378378#[function_component(VideosList )]
@@ -397,7 +397,7 @@ Then we modify the `VideosList` component to pass the "emit" the selected video
397397```
398398
399399Next, we need to modify the usage of ` VideosList ` to pass that callback. But before doing that, we should create
400- a new component, ` VideoDetails ` , component that is displayed when a video is clicked.
400+ a new component, ` VideoDetails ` , that is displayed when a video is clicked.
401401
402402``` rust
403403use website_test :: tutorial :: Video ;
You can’t perform that action at this time.
0 commit comments