| Index: pkg/analyzer/lib/plugin/options.dart
|
| diff --git a/pkg/analyzer/lib/plugin/options.dart b/pkg/analyzer/lib/plugin/options.dart
|
| index f884df5957781c3ddfb4a4165977ed81d4108a2e..e0ce5f421c2f8e84690a6b721c684eb4ea579cba 100644
|
| --- a/pkg/analyzer/lib/plugin/options.dart
|
| +++ b/pkg/analyzer/lib/plugin/options.dart
|
| @@ -12,7 +12,7 @@ import 'package:yaml/yaml.dart';
|
| /// Validates options as defined in an analysis options file.
|
| ///
|
| /// The options file format is intentionally very open-ended, giving clients
|
| -/// utmost flexibility in defining their own options. The only hardfast
|
| +/// utmost flexibility in defining their own options. The only hard and fast
|
| /// expectation is that options files will contain a mapping from Strings
|
| /// (identifying 'scopes') to associated options. For example, the given
|
| /// content
|
|
|