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

fixing code issue #4842

Merged
merged 3 commits into from
Jun 26, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions guides/v2.3/config-guide/cli/config-cli-subcommands-i18n.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@ You have options for using the translated dictionary:

Command options:

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

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

Expand Down Expand Up @@ -300,7 +300,7 @@ Similar to the preceding example, generate a `.csv` file, but instead of specify
<?xml version="1.0"?>
<!--
/**
* Copyright © 2015 Magento. All rights reserved.
* Copyright © Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
*/
-->
Expand Down
4 changes: 2 additions & 2 deletions guides/v2.3/get-started/create-integration.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ To develop a module, you must:
<?xml version="1.0"?>
<!--
/**
* Copyright © 2015 Magento. All rights reserved.
* Copyright © Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
*/
-->
Expand Down Expand Up @@ -111,7 +111,7 @@ To develop a module, you must:
```php
<?php
/**
* Copyright © 2015 Magento. All rights reserved.
* Copyright © Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
*/

Expand Down