From 630b23fbdcd0eb2f001f3e6442713850cfdba975 Mon Sep 17 00:00:00 2001 From: yuanbo Date: Sun, 30 Jan 2022 11:06:06 +0800 Subject: [PATCH] fix: fix typo in readme Signed-off-by: yuanbo --- README_ZH.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README_ZH.md b/README_ZH.md index 411027bf..5504ead4 100644 --- a/README_ZH.md +++ b/README_ZH.md @@ -2,7 +2,7 @@ ## 简介 -该仓库用于管理各模块HDI(Hardward Driver Interface)接口定义,接口定义使用IDL语言描述并以`·idl`文件形式保存。 +该仓库用于管理各模块HDI(Hardware Device Interface)接口定义,接口定义使用IDL语言描述并以`·idl`文件形式保存。 IDL语法参考: [LINK](https://developer.harmonyos.com/cn/docs/documentation/doc-references/idl-file-structure-0000001050722806) @@ -213,4 +213,4 @@ IDL语法参考: [LINK](https://developer.harmonyos.com/cn/docs/documentation/ [drivers\_adapter](https://gitee.com/openharmony/drivers_adapter/blob/master/README_zh.md) -[drivers\_peripheral](https://gitee.com/openharmony/drivers_peripheral/blob/master/README_zh.md) \ No newline at end of file +[drivers\_peripheral](https://gitee.com/openharmony/drivers_peripheral/blob/master/README_zh.md) -- Gitee