Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Commit 4cc8b7a

Browse files
authored
Merge pull request #4842 from abrarpathan19/patch-74
fixing code issue
2 parents 9813175 + a2916d6 commit 4cc8b7a

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

guides/v2.3/config-guide/cli/config-cli-subcommands-i18n.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,9 @@ You have options for using the translated dictionary:
4343

4444
Command options:
4545

46-
```bash
46+
```bash
4747
bin/magento i18n:collect-phrases [-o|--output="<csv file path and name>"] [-m|--magento] <path to directory to translate>
48-
```
48+
```
4949

5050
The following table explains this command's parameters and values:
5151

@@ -300,7 +300,7 @@ Similar to the preceding example, generate a `.csv` file, but instead of specify
300300
<?xml version="1.0"?>
301301
<!--
302302
/**
303-
* Copyright © 2015 Magento. All rights reserved.
303+
* Copyright © Magento, Inc. All rights reserved.
304304
* See COPYING.txt for license details.
305305
*/
306306
-->

guides/v2.3/get-started/create-integration.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ To develop a module, you must:
6363
<?xml version="1.0"?>
6464
<!--
6565
/**
66-
* Copyright © 2015 Magento. All rights reserved.
66+
* Copyright © Magento, Inc. All rights reserved.
6767
* See COPYING.txt for license details.
6868
*/
6969
-->
@@ -111,7 +111,7 @@ To develop a module, you must:
111111
```php
112112
<?php
113113
/**
114-
* Copyright © 2015 Magento. All rights reserved.
114+
* Copyright © Magento, Inc. All rights reserved.
115115
* See COPYING.txt for license details.
116116
*/
117117

0 commit comments

Comments
 (0)