Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 90797c3

Browse filesBrowse files
committed
minor #11414 small improvements (OskarStark)
This PR was merged into the 3.4 branch. Discussion ---------- small improvements <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/roadmap for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `master` for features of unreleased versions). --> Commits ------- e9cc5c2 small improvements
2 parents e871fe3 + e9cc5c2 commit 90797c3
Copy full SHA for 90797c3

File tree

Expand file treeCollapse file tree

2 files changed

+2
-2
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+2
-2
lines changed

‎frontend/encore/vuejs.rst

Copy file name to clipboardExpand all lines: frontend/encore/vuejs.rst
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ you can import them with ``require()`` function:
144144
render() {
145145
return (
146146
<div>
147-
<img src={require("./image.png")} />
147+
<img src={require("./image.png")}/>
148148
</div>
149149
)
150150
}

‎setup/symfony_server.rst

Copy file name to clipboardExpand all lines: setup/symfony_server.rst
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ run the Symfony server in the background:
5555
Enabling TLS
5656
------------
5757

58-
Browsing the secure version of your apps locally is important to detect
58+
Browsing the secure version of your applications locally is important to detect
5959
problems with mixed content early, and to run libraries that only run in HTTPS.
6060
Traditionally this has been painful and complicated to set up, but the Symfony
6161
server automates everything. First, run this command:

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.