Skip to content

Commit 97b5bbd

Browse files
ominsraon0211
authored andcommitted
fix: typo (#39)
1 parent e88ddaa commit 97b5bbd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

code/examples/user-policy.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ const POLICY_SET = {
5757

5858
### A. 조건을 펼쳐서 그대로 드러내기
5959

60-
권한에 따른 조건을 요구사항 그래도 코드에 드러내는 방법이에요. 이렇게 하면 `Invite` 버튼이 비활성화되는 때를 코드에서 바로 확인할 수 있어요.
60+
권한에 따른 조건을 요구사항 그대로 코드에 드러내는 방법이에요. 이렇게 하면 `Invite` 버튼이 비활성화되는 때를 코드에서 바로 확인할 수 있어요.
6161
코드를 위에서 아래로만 읽으면 한눈에 권한을 다루는 로직을 파악할 수 있어요.
6262

6363
```typescript
@@ -105,4 +105,4 @@ function Page() {
105105
</div>
106106
);
107107
}
108-
```
108+
```

0 commit comments

Comments
 (0)