From 8d24ffec2904de7ee4b8c34a7fd1d482799561e5 Mon Sep 17 00:00:00 2001 From: thislight Date: Tue, 19 Nov 2024 17:58:01 +0800 Subject: [PATCH] devnotes: fix typo --- docs/devnotes.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/devnotes.md b/docs/devnotes.md index 4d04c08..cf6e9a0 100644 --- a/docs/devnotes.md +++ b/docs/devnotes.md @@ -46,6 +46,6 @@ Use physical directions to avoid trouble, like "margin-top, margin-bottom". ## Safe area insets -For isolating control of the UI effect, we already setup css variables `--safe-area-insets-*`. In components, you should use the variables unless you have reasons to use `env()`. +For isolating control of the UI effect, we already setup css variables `--safe-area-inset-*`. In components, you should use the variables unless you have reasons to use `env()`. -Using `--safe-area-insets-*`, you can control the global value in settings (under dev mode). +Using `--safe-area-inset-*`, you can control the global value in settings (under dev mode).