Browse Source

Fix typo in imageviewer/README.md (#5422)

**Describe proposed changes and the issue being fixed**
Corrected grammar in documentation: 
changed *"if you already runned this sample before"* 
to *"if you already ran this sample before"*.

No other changes were made.
pull/5423/head
Imre Draskovits 3 months ago committed by GitHub
parent
commit
adc673dd8d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      examples/imageviewer/README.md

2
examples/imageviewer/README.md

@ -13,7 +13,7 @@ To setup the environment, please consult these [instructions](https://www.jetbra
## How to run ## How to run
If you already runned this sample before, then you need to execute command at least once: If you already ran this sample before, then you need to execute command at least once:
`/gradlew podInstall` `/gradlew podInstall`
Choose a run configuration for an appropriate target in IDE and run it. Choose a run configuration for an appropriate target in IDE and run it.

Loading…
Cancel
Save