NNBD. Minor wording change
diff --git a/LanguageFeatures/nnbd/static_errors_A14_t01.dart b/LanguageFeatures/nnbd/static_errors_A14_t01.dart
index d1d3686..7673aa1 100644
--- a/LanguageFeatures/nnbd/static_errors_A14_t01.dart
+++ b/LanguageFeatures/nnbd/static_errors_A14_t01.dart
@@ -7,7 +7,7 @@
  * @assertion It is not an error to apply an expression of type Never in the
  * function position of a function call
  *
- * @description Check that it isnot  an error to apply an expression of type
+ * @description Check that it is not  an error to apply an expression of type
  * Never in the function position of a function call.
  * @author sgrekhov@unipro.ru
  * @issue 39866
diff --git a/LanguageFeatures/nnbd/static_errors_A14_t02.dart b/LanguageFeatures/nnbd/static_errors_A14_t02.dart
index e91765e..cb5ea46 100644
--- a/LanguageFeatures/nnbd/static_errors_A14_t02.dart
+++ b/LanguageFeatures/nnbd/static_errors_A14_t02.dart
@@ -7,8 +7,8 @@
  * @assertion It is an error to apply an expression of type Never in the
  * function position of a function call.
  *
- * @description Check that it is an error to apply an expression of type Never
- * in the function position of a function call. Test type aliases
+ * @description Check that it is not  an error to apply an expression of type
+ * Never in the function position of a function call. Test type aliases
  * @author sgrekhov@unipro.ru
  * @issue 39866
  */