ソースを参照

Fix typo in documentation.

Mark Story 9 年 前
コミット
57e7877ba2
1 ファイル変更1 行追加1 行削除
  1. 1 1
      src/View/Form/ArrayContext.php

+ 1 - 1
src/View/Form/ArrayContext.php

@@ -152,7 +152,7 @@ class ArrayContext implements ContextInterface
      * @param array $options Options:
      *   - `default`: Default value to return if no value found in request
      *     data or context record.
-     *   - `schemaDefault`: Boolen indicating whether default value from
+     *   - `schemaDefault`: Boolean indicating whether default value from
      *      context's schema should be used if it's not explicitly provided.
      * @return mixed
      */