From 49777615c5d2deb3cf77a3a274a01ee6727f050e Mon Sep 17 00:00:00 2001 From: huni1023 <61855025+huni1023@users.noreply.github.com> Date: Tue, 24 Mar 2020 11:24:54 +0900 Subject: [PATCH] Update understanding_the_components.ko.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 한국어로 조금 바꿔봤습니다. --- .../content/webdriver/understanding_the_components.ko.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs_source_files/content/webdriver/understanding_the_components.ko.md b/docs_source_files/content/webdriver/understanding_the_components.ko.md index 2a211bc1d42b..2b0fbc4d47d8 100644 --- a/docs_source_files/content/webdriver/understanding_the_components.ko.md +++ b/docs_source_files/content/webdriver/understanding_the_components.ko.md @@ -1,5 +1,5 @@ --- -title: "Understanding the components" +title: "구성요소이해하기" weight: 1 --- @@ -16,8 +16,7 @@ a breakdown of how terms are used in this description. ### Terminology -* **API:** Application Programming Interface. This is the set of "commands" -you use to manipulate WebDriver. +* **API:** Application Programming Interface. 이는 당신이 Webdriver를 조종하기 위한 "commands"로 구성되어있습니다. * **Library:** A code module which contains the APIs and the code necessary to implement them. Libraries are specific to each language binding, eg .jar files for Java, .dll files for .NET, etc.