10000 minor #50457 Simple fix typos (PhilETaylor) · symfony/symfony@3bc1a40 · GitHub
[go: up one dir, main page]

Skip to content

Commit 3bc1a40

Browse files
minor #50457 Simple fix typos (PhilETaylor)
This PR was submitted for the 6.3 branch but it was merged into the 5.4 branch instead. Discussion ---------- Simple fix typos | Q | A | ------------- | --- | Branch? | 5.4 | Bug fix? | no | New feature? | no | Deprecations? | no | License | MIT Just a quick handful of English typos. Commits ------- 83d469d Fix Typos
2 parents f2af155 + 83d469d commit 3bc1a40

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Symfony/Contracts/Translation/Test/TranslatorTest.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -258,21 +258,21 @@ public static function getChooseTests()
258258
new-line in it. Selector = 0.|{1}This is a text with a
259259
new-line in it. Selector = 1.|[1,Inf]This is a text with a
260260
new-line in it. Selector > 1.', 5],
261-
// with double-quotes and id split accros lines
261+
// with double-quotes and id split across lines
262262
['This is a text with a
263263
new-line in it. Selector = 1.', '{0}This is a text with a
264264
new-line in it. Selector = 0.|{1}This is a text with a
265265
new-line in it. Selector = 1.|[1,Inf]This is a text with a
266266
new-line in it. Selector > 1.', 1],
267-
// with single-quotes and id split accros lines
267+
// with single-quotes and id split across lines
268268
['This is a text with a
269269
new-line in it. Selector > 1.', '{0}This is a text with a
270270
new-line in it. Selector = 0.|{1}This is a text with a
271271
new-line in it. Selector = 1.|[1,Inf]This is a text with a
272272
new-line in it. Selector > 1.', 5],
273273
// with single-quotes and \n in text
274274
['This is a text with a\nnew-line in it. Selector = 0.', '{0}This is a text with a\nnew-line in it. Selector = 0.|{1}This is a text with a\nnew-line in it. Selector = 1.|[1,Inf]This is a text with a\nnew-line in it. Selector > 1.', 0],
275-
// with double-quotes and id split accros lines
275+
// with double-quotes and id split across lines
276276
["This is a text with a\nnew-line in it. Selector = 1.", "{0}This is a text with a\nnew-line in it. Selector = 0.|{1}This is a text with a\nnew-line in it. Selector = 1.|[1,Inf]This is a text with a\nnew-line in it. Selector > 1.", 1],
277277
// escape pipe
278278
['This is a text with | in it. Selector = 0.', '{0}This is a text with || in it. Selector = 0.|{1}This is a text with || in it. Selector = 1.', 0],

0 commit comments

Comments
 (0)
0