From ee645e3758ffbda55c3d0461f170af0ba894884c Mon Sep 17 00:00:00 2001 From: marihachi Date: Sun, 23 Jul 2023 23:40:37 +0900 Subject: [PATCH] feature list --- src/components/HomepageFeatures/index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/HomepageFeatures/index.js b/src/components/HomepageFeatures/index.js index 98f3884..b222c79 100644 --- a/src/components/HomepageFeatures/index.js +++ b/src/components/HomepageFeatures/index.js @@ -25,12 +25,12 @@ const FeatureList = [ ), }, { - title: 'Supports conditional control by state', + title: 'Support branch control by state', Svg: require('@site/static/img/flow.svg').default, description: ( <> state変数の値によってパーサーの処理を分岐させる機能がサポートされています。 - これにより、より複雑な構文の解析が可能になります。 + より複雑な構文の解析が可能になります。 ), },