Skip to content

Commit cf6f2bb

Browse files
authored
fix typo 2
1 parent 2015adf commit cf6f2bb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ Here follow the patched versions of BaseHtml functions to support the nonce para
131131

132132
**Patch to Html::script helper**
133133

134-
The pathced *\yii\helpers\BaseHtml::script()* :
134+
The patched *\yii\helpers\BaseHtml::script()* :
135135

136136
```php
137137
public static function script($content, $options = [])
@@ -149,7 +149,7 @@ The pathced *\yii\helpers\BaseHtml::script()* :
149149

150150
**Tag script required by the project Assets**
151151

152-
The pathced *\yii\helpers\BaseHtml::jsFile()* :
152+
The patched *\yii\helpers\BaseHtml::jsFile()* :
153153

154154
```php
155155
public static function jsFile($url, $options = [])
@@ -316,4 +316,4 @@ An example of configuration:
316316
],
317317
]
318318
319-
```
319+
```

0 commit comments

Comments
 (0)