Skip to content

Commit

Permalink
typos on commands page
Browse files Browse the repository at this point in the history
  • Loading branch information
lluisd committed May 11, 2024
1 parent efb97e5 commit b0ffa38
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions views/pages/comandos.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -34,19 +34,19 @@
<tbody>
<tr>
<th scope="row">!punto 2</th>
<td>er informacion del punto X. Si se ha vistiado y si link con foto.</td>
<td>Ver informacion del punto X. Si se ha vistado y link de la foto.</td>
</tr>
<tr>
<th scope="row">!foto</th>
<td>sacar una foto del punto X activo.</td>
<td>Sacar una foto del punto X activo.</td>
</tr>
<tr>
<th scope="row">!activo</th>
<td>ver si hay un punto activo para hacer !foto.</td>
<td>Ver si hay un punto activo para hacer !foto.</td>
</tr>
<tr>
<th scope="row">!info</th>
<td>ver estado del progreso, listado de puntos, galeria de fotos, mapas y comandos.</td>
<td>Ver web con el listado de puntos, galeria de foto, comandos y rutas</td>
</tr>
</tbody>
</table>
Expand All @@ -62,13 +62,12 @@
<tbody>
<tr>
<th scope="row">!activo 2</th>
<td>poner el punto X en activo para que cualquier persona pueda sacar una !foto, luego se desactiva y se guarda la foto para el punto X y también se pone como visitado.</td>
<td>Poner el punto X en activo para que cualquier persona pueda sacar una !foto, luego se desactiva y se guarda la foto para el punto X y también se pone como visitado.</td>
</tr>
<tr>
<th scope="row">!visto 2</th>
<td>poner el punto X en visto por si se ha visto pero no se quiere hacer foto con el comando !activo.</td>
<td>Poner el punto X en visto por si se ha visto pero no se quiere hacer foto con el comando !activo.</td>
</tr>

</tbody>
</table>
<br>
Expand Down

0 comments on commit b0ffa38

Please sign in to comment.