Skip to content
This repository was archived by the owner on Mar 9, 2022. It is now read-only.

Commit 358905a

Browse files
committed
Fix minor typos
1 parent 347c6dd commit 358905a

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ In order to use _aFileDialog_ in your application you must do three steps:
1616

1717
**1)** Add a reference to the library project (which is located in the [library](library/) folder). Note that, since _aFileDialog_ is a _Android Library project_, it can not be compiled into a binary file (such as a JAR file), so your project must reference to the _aFileDialog_ project, instead of reference to a single JAR file.
1818

19-
**2)** Declare the activity _FileChooserActivity_ in the _manifest_ file. This can be done by adding the following lines inside the tags `</application>\</application>`:
19+
**2)** Declare the activity _FileChooserActivity_ in the _manifest_ file. This can be done by adding the following lines inside the tags `<application></application>`:
2020

2121
```xml
2222
<activity android:name="ar.com.daidalos.afiledialog.FileChooserActivity" />

docs/UserGuide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ In order to use _aFileDialog_ in your application you must do three steps:
99

1010
**1.** Add a reference to the library project (located in the [library](../library/) folder). Note that, since _aFileDialog_ is a _Android Library project_, it can not be compiled into a binary file (such as a JAR file), so your project must reference to the _aFileDialog_ project, instead of reference to a single JAR file.
1111

12-
**2.** Declare the activity _FileChooserActivity_ in the _manifest_ file. This can be done by adding the following lines inside the tags `</application>\</application>`:
12+
**2.** Declare the activity _FileChooserActivity_ in the _manifest_ file. This can be done by adding the following lines inside the tags `<application></application>`:
1313

1414
```xml
1515
<activity android:name="ar.com.daidalos.afiledialog.FileChooserActivity" />

docs/UserGuideEs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Para hacer uso de _aFileDialog_ en una aplicación se deben completar los siguie
99

1010
**1)** Agregar una referencia al proyecto de la librería (ubicado en la carpeta [library](../library/)). Dado que _aFileDialog_ es un _proyecto de librería de Android_, no puede ser compilado y distribuido como un archivo binario (como un archivo JAR), por lo que se tiene que referenciar al proyecto (con el código fuente) de _aFileDialog_, en lugar de referenciar a un único archivo JAR.
1111

12-
**2)** Declarar la actividad _FileChooserActivity_ en el archivo manifiesto. Esto se puede hacer agregando las siguientes líneas entre las etiquetas `\</application>\</application>`:
12+
**2)** Declarar la actividad _FileChooserActivity_ en el archivo manifiesto. Esto se puede hacer agregando las siguientes líneas entre las etiquetas `<application></application>`:
1313

1414
```xml
1515
<activity android:name="ar.com.daidalos.afiledialog.FileChooserActivity" />

docs/UserGuideFr.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Pour utiliser _aFileDialog_, dans votre logiciel, il faut suivre les suivants pa
99

1010
**1)** Ajouter une référence au projet de la librairie (situé dans le dossier [library](../library/)). Étant donné que _aFileDialog_ est un _projet de librairie d'Android_, il ne peut pas être compilé et distribué comme un fichier binaire (comme, par exemple, un fichier JAR), à cause de ça on doit faire la référence au dossier du projet (avec le code source), en lieu de faire la référence à un fichier JAR.
1111

12-
**2)** Déclarer la activité _FileChooserActivity_ dans le fichier de manifeste. On peut faire ça en ajoutant les lignes suivantes entre les étiquettes `</application></application>`:
12+
**2)** Déclarer la activité _FileChooserActivity_ dans le fichier de manifeste. On peut faire ça en ajoutant les lignes suivantes entre les étiquettes `<application></application>`:
1313

1414
```xml
1515
<activity android:name="ar.com.daidalos.afiledialog.FileChooserActivity" />

0 commit comments

Comments
 (0)