Skip to content

Commit

Permalink
fix: update doc
Browse files Browse the repository at this point in the history
Co-authored-by: Andreas Schmitz <[email protected]>
  • Loading branch information
dnlkoch and hwbllmnn authored Oct 24, 2023
1 parent e2a7c91 commit 9157002
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Map/FloatingMapLogo/FloatingMapLogo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { CSS_PREFIX } from '../../constants';

export type FloatingMapLogoProps = Exclude<React.ComponentProps<'img'>, 'src' | 'height'> & {
/**
* Whether the map-logo is absolutely postioned or not. Default is to false.
* Whether the map logo is absolutely postioned or not. Default is false.
*/
absolutelyPositioned?: boolean;

Expand Down

0 comments on commit 9157002

Please sign in to comment.