We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fa9458f + 2a91976 commit 95e802cCopy full SHA for 95e802c
1 file changed
docs/guides/ja/modals.md
@@ -104,7 +104,7 @@ lang: ja
104
}
105
```
106
107
-**slack-api-client** は blocks や views を構築するための扱いやすい SDL を提供しています。以下のコード例は型安全に **View** オブジェクトを生成している例です。
+**slack-api-client** は blocks や views を構築するための扱いやすい DSL を提供しています。以下のコード例は型安全に **View** オブジェクトを生成している例です。
108
109
```java
110
import com.slack.api.model.view.View;
0 commit comments