Skip to content

Commit 0aa2eda

Browse files
committed
fixed typos
1 parent c3f9f27 commit 0aa2eda

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ It is recommended to use the `composer` PHP package manager for production magen
1515
- Apply database updates by running `php bin/magento setup:upgrade` (for production, also add the parameter `--keep-generated` or you will need to run `php bin/magento setup:di:compile` again.)
1616
- Flush the cache by running `php bin/magento cache:flush`
1717

18-
Note, there are several third-party caching products that may be deployed in your Magento environment and prevent the payments module from appearing in the Magento adminstration interface. If the Nofrixion Payments module is not visible after following the above steps, most third party caches will be cleared by restarting the apache server.
18+
Note, there are several third-party caching products that may be deployed in your Magento environment and prevent the payments module from appearing in the Magento administration interface. If the Nofrixion Payments module is not visible after following the above steps, most third party caches will be cleared by restarting the apache server.
1919

2020
### Updates ###
2121

@@ -29,7 +29,7 @@ If you have installed the payments module using the composer command specified a
2929

3030
To remove the payment module:
3131

32-
- Login to the Magento storefront adminstraiton panel and:
32+
- Login to the Magento storefront administration panel and:
3333
- Disable the module in the `Stores -> Configuration -> Sales -> Payment Methods` section.
3434
- Go to the cache management page and refresh any caches with a status of 'invalidated'.
3535
- Open a shell to your Magento server and:

0 commit comments

Comments
 (0)