Skip to content

Commit f9ed729

Browse files
authored
Fix typo
1 parent 706e7c3 commit f9ed729

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pages/guideline/guideline_coding-style.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ folder: guideline
3939
+ RequestMethodを限定したいときは`match()`ではなく適切なRequestMethodを指定する
4040
ex: getでのアクセスを許容したくない場合は`post()`を利用する、など
4141

42-
* ディレクト名、ファイル名
42+
* ディレクトリ名、ファイル名
4343
+ ディレクトリ名は単数形とする
4444
- ただし、`data`は例外として許容する
4545
+ `DirName`
@@ -126,7 +126,7 @@ EC-CUBEのソースはすべて`src/Eccube`以下にある。
126126
| ServiceProvider | DIコンテナにつっこむものたち。Form\TypeとかRepositoryとかをここで格納する | SC_InitialとかRequire_base的なもの |
127127
| Resource/doctrine | doctrineの定義ファイル置き場。YAMLでかく | (なし) |
128128
| Entity | DoctrineによってマッピングされるObject。こいつをコネコネする | (なし) |
129-
| Repository | Entityをコネコネする郡`findBy()`とかはこの中に | SC_Query |
129+
| Repository | Entityをコネコネする群`findBy()`とかはこの中に | SC_Query |
130130
| Form/Type | Formを構成するパーツをかく。Validatorもいっしょに | SC_FormParam |
131131
| View | びゅー。Twigでかく | Xxx.tpl |
132132

0 commit comments

Comments
 (0)