Skip to content

Commit c2b7185

Browse files
maximevtushpsychedelicious
authored andcommitted
Update useGalleryNavigation.ts
1 parent df793c8 commit c2b7185

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

invokeai/frontend/web/src/features/gallery/hooks/useGalleryNavigation.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ type UseGalleryNavigationReturn = {
152152
/**
153153
* Provides access to the gallery navigation via arrow keys.
154154
* Also provides information about the current image's position in the gallery,
155-
* useful for determining whether to load more images or display navigatin
155+
* useful for determining whether to load more images or display navigation
156156
* buttons.
157157
*/
158158
export const useGalleryNavigation = (): UseGalleryNavigationReturn => {

0 commit comments

Comments
 (0)