We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2015adf commit cf6f2bbCopy full SHA for cf6f2bb
README.md
@@ -131,7 +131,7 @@ Here follow the patched versions of BaseHtml functions to support the nonce para
131
132
**Patch to Html::script helper**
133
134
-The pathced *\yii\helpers\BaseHtml::script()* :
+The patched *\yii\helpers\BaseHtml::script()* :
135
136
```php
137
public static function script($content, $options = [])
@@ -149,7 +149,7 @@ The pathced *\yii\helpers\BaseHtml::script()* :
149
150
**Tag script required by the project Assets**
151
152
-The pathced *\yii\helpers\BaseHtml::jsFile()* :
+The patched *\yii\helpers\BaseHtml::jsFile()* :
153
154
155
public static function jsFile($url, $options = [])
@@ -316,4 +316,4 @@ An example of configuration:
316
],
317
]
318
319
-```
+```
0 commit comments