From d4143d5cc6085d5fad0ff9941a3ffd0b08cbf341 Mon Sep 17 00:00:00 2001 From: Jun Tian Date: Sat, 25 Sep 2021 23:29:51 +0800 Subject: [PATCH] fix typo compoents -> components --- specification/library-layout.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/specification/library-layout.md b/specification/library-layout.md index 9e4af3d5a86..34664ce1038 100644 --- a/specification/library-layout.md +++ b/specification/library-layout.md @@ -49,7 +49,7 @@ This API consist of a few main classes: ### `/internal` (_Optional_) Library components and implementations that shouldn't be exposed to the users. -If a language has an idiomatic layout for internal compoents, please follow +If a language has an idiomatic layout for internal components, please follow the language idiomatic style. ### `/logs` (_In the future_) @@ -99,7 +99,7 @@ This directory describes the SDK implementation for api/trace. ### `/sdk/internal` (_Optional_) Library components and implementations that shouldn't be exposed to the users. -If a language has an idiomatic layout for internal compoents, please follow +If a language has an idiomatic layout for internal components, please follow the language idiomatic style. ### `/sdk/logs` (_In the future_)