pages.es/*: fix conjugation of descriptions (#12002)

Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
This commit is contained in:
Alejandro Cervera
2024-01-07 05:44:17 -05:00
committed by GitHub
parent 309c097d02
commit 7cee84a707
289 changed files with 336 additions and 336 deletions

View File

@@ -19,7 +19,7 @@
`aws kinesis list-shards --stream-name {{nombre}}`
- Obtiene un iterador de fragmentos para leer el mensaje más antiguo de un fragmento de flujo:
- Obtén un iterador de fragmentos para leer el mensaje más antiguo de un fragmento de flujo:
`aws kinesis get-shard-iterator --shard-iterator-type TRIM_HORIZON --stream-name {{nombre}} --shard-id {{id}}`