Skip to content

Commit 6321bbe

Browse files
authored
Merge pull request #3 from ivan-redooc/patch-2
fix typo 2
2 parents 9bced85 + cf6f2bb commit 6321bbe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ Here follow the patched versions of BaseHtml functions to support the nonce para
135135

136136
**Patch to Html::script helper**
137137

138-
The pathced *\yii\helpers\BaseHtml::script()* :
138+
The patched *\yii\helpers\BaseHtml::script()* :
139139

140140
```php
141141
public static function script($content, $options = [])
@@ -153,7 +153,7 @@ The pathced *\yii\helpers\BaseHtml::script()* :
153153

154154
**Tag script required by the project Assets**
155155

156-
The pathced *\yii\helpers\BaseHtml::jsFile()* :
156+
The patched *\yii\helpers\BaseHtml::jsFile()* :
157157

158158
```php
159159
public static function jsFile($url, $options = [])

0 commit comments

Comments
 (0)