Skip to content

Commit e4ae5f1

Browse files
committed
Fix typos
1 parent 46916c1 commit e4ae5f1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Select_Field.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ class Select_Field {
77

88
public static function render( $field ) {
99
if ( ! class_exists( '\GFAPI' ) ) {
10-
self::error( 'Make sure you instellaed and activated Gravity Forms' );
10+
self::error( 'Make sure you installed and activated Gravity Forms' );
1111
return;
1212
}
1313
$forms = \GFAPI::get_forms();
1414
if ( empty( $forms ) ) {
15-
self::error( 'You don\'t have any available form.' );
15+
self::error( 'You don\'t have any available forms.' );
1616
return;
1717
}
1818
self::select( $forms, $field );

0 commit comments

Comments
 (0)