From 8f7a34170173f2cef4c894db18b04ca0005df0e3 Mon Sep 17 00:00:00 2001 From: yoshi Date: Wed, 14 May 2025 22:54:45 +0900 Subject: [PATCH] Update api_v2.md: typo nomal -> normal --- docs/api_v2.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/api_v2.md b/docs/api_v2.md index 5e64566..35a82d4 100644 --- a/docs/api_v2.md +++ b/docs/api_v2.md @@ -235,15 +235,15 @@ BCDice-APIで利用できるゲームシステムの一覧が返却されます | Key | Description | | :------ | :---------- | -| `kind` | ダイスロールの種類。`'nomal'`, `'tens_d10'`, `'d9'`の3種類 | +| `kind` | ダイスロールの種類。`'normal'`, `'tens_d10'`, `'d9'`の3種類 | | `sides` | ダイスロールしたダイスの面数 | | `value` | 出目の値 | #### 各kindの例 -- `nomal` +- `normal` - 通常のダイスロール - - `{"kind" : "nomal", "sides" : 10, "value" : 8}` + - `{"kind" : "normal", "sides" : 10, "value" : 8}` - `tens_d10` - 十の位のダイス - `{"kind" : "tens_d10", "sides" : 10, "value" : 80}`