Skip to content

Commit c5e8d40

Browse files
committed
Fixed a typo.
1 parent 53db52c commit c5e8d40

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/HTMLServerComponent.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ public function removeAttribute(string $name)
6969
}
7070

7171
/**
72-
* Provides acccess to the component attributes via properties
72+
* Provides access to the component attributes via properties
7373
*
7474
* @param string $name The name of the attribute
7575
* @return string|null The value of the attribute or null if missing
@@ -81,7 +81,7 @@ public function __get($name)
8181
}
8282

8383
/**
84-
* Provides acccess to the component attributes via properties
84+
* Provides access to the component attributes via properties
8585
*
8686
* @param string $name The name of the attribute
8787
* @param string $value The new value of the attribute
@@ -93,7 +93,7 @@ public function __set(string $name, $value)
9393
}
9494

9595
/**
96-
* Provides acccess to the component attributes via properties
96+
* Provides access to the component attributes via properties
9797
*
9898
* @param string $name The name of the attribute
9999
* @return boolean TRUE if the attribute exists, FALSE otherwise
@@ -104,7 +104,7 @@ public function __isset(string $name): bool
104104
}
105105

106106
/**
107-
* Provides acccess to the component attributes via properties
107+
* Provides access to the component attributes via properties
108108
*
109109
* @param string $name The name of the attribute
110110
* @return void No value is returned

0 commit comments

Comments
 (0)