Commit 324b406
committed
minor symfony#12449 [Encore] Replace "Encore.setPublicPrefix" by "Encore.setPublicPath" (Lyrkan)
This PR was merged into the 3.4 branch.
Discussion
----------
[Encore] Replace "Encore.setPublicPrefix" by "Encore.setPublicPath"
Fixes a small issue in the FAQ page: `Encore.setPublicPrefix()` does not exist, it should be [`Encore.setPublicPath()`](https://github.com/symfony/webpack-encore/blob/314be3277984c8493a5daaae792c05279a9c436b/index.js#L39-L69) instead (the example that follows uses it correctly).
I also removed a "*just*" in the same sentence since, if I recall correctly, it should now be avoided in the docs.
Commits
-------
3542527 [Encore] Replace "Encore.setPublicPrefix" by "Encore.setPublicPath"1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
62 | | - | |
| 62 | + | |
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
| |||
0 commit comments