From 96bf2301f9ac02c6ccedd0389e92305b220a4d64 Mon Sep 17 00:00:00 2001 From: "Dongkyu Kim (Max)" Date: Mon, 16 Jan 2023 15:28:02 +0900 Subject: [PATCH] Fix typo in README_ko.md (#266) --- README_ko.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README_ko.md b/README_ko.md index 63083a64..d0ee1251 100644 --- a/README_ko.md +++ b/README_ko.md @@ -66,7 +66,7 @@ dependencies: [ - `NSLayoutConstraint`, `NSLayoutAnchor` 를 대체하는 DSL이 제공됩니다. - view와 constraint에 대한 선택적 갱신이 가능합니다. - `if else`, `swift case`, `for` 등 조건문, 반복문을 통한 view, constraint 설정이 가능합니다. -- 값의 변경을 통한 layout 개신을 자동으로 할 수 있게 도와주는 propertyWrapper를 제공합니다. +- 값의 변경을 통한 layout 갱신을 자동으로 할 수 있게 도와주는 propertyWrapper를 제공합니다. - constraint의 연결을 돕는 다양한 API 제공합니다. # 사용법