1
Fork 0
mirror of https://github.com/Steffo99/festa.git synced 2024-12-22 14:44:21 +00:00

Fix documentation error in ToolToggleEditing

This commit is contained in:
Steffo 2022-07-16 18:03:37 +02:00
parent 85228f3e68
commit eaa378d23e
Signed by: steffo
GPG key ID: 6965406171929D01

View file

@ -7,7 +7,7 @@ import { Tool } from "../../generic/toolbar/tool"
/**
* {@link ToolBar} {@link Tool} which switches between {@link EditingMode}s of the surrounding context.
* ToolBar {@link Tool} which switches between {@link EditingMode}s of the surrounding context.
*/
export function ToolToggleEditing() {
const { t } = useTranslation()