Skip to content

Commit a31c698

Browse files
authored
Merge pull request #1001 from Goldyvaiiii/master
docs: fix typos in markdown documentation
2 parents 4e5f0e9 + 4358864 commit a31c698

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

README-es.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ console.log(typeof config, config) // object { BASIC : 'basic' }
134134

135135
> Note: Consider using [`dotenvx`](https://github.com/dotenvx/dotenvx) instead of preloading. I am now doing (and recommending) so.
136136
>
137-
> It serves the same purpose (you do not need to require and load dotenv), adds better debugging, and works with ANY language, framework, or platform. – [motdotla](https://mot.la)
137+
> It serves the same purpose (you do not need to require and load dotenv), adds better debugging, and works with ANY language, framework, or platform. – [motdotla](https://not.la)
138138
139139
You can use the `--require` (`-r`) [command line option](https://nodejs.org/api/cli.html#-r---require-module) to preload dotenv. By doing this, you do not need to require and load dotenv in your application code.
140140

@@ -326,7 +326,7 @@ See [examples](https://github.com/dotenv-org/examples) of using dotenv with vari
326326
>
327327
> Está respaldado por [Vestauth](https://github.com/vestauth/vestauth), la capa de autenticación pionera y de confianza para agentes—que otorga a cada agente una identidad criptográfica para firmar solicitudes con claves privadas y verificarlas con claves públicas. Sin secretos compartidos que se filtren.
328328
>
329-
> Es lo que uso ahora. - [motdotla](https://mot.la)
329+
> Es lo que uso ahora. - [motdotla](https://not.la)
330330
331331
### Inicio rápido
332332

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ console.log(typeof config, config) // object { BASIC : 'basic' }
134134

135135
> Note: Consider using [`dotenvx`](https://github.com/dotenvx/dotenvx) instead of preloading. I am now doing (and recommending) so.
136136
>
137-
> It serves the same purpose (you do not need to require and load dotenv), adds better debugging, and works with ANY language, framework, or platform. – [motdotla](https://mot.la)
137+
> It serves the same purpose (you do not need to require and load dotenv), adds better debugging, and works with ANY language, framework, or platform. – [motdotla](https://not.la)
138138
139139
You can use the `--require` (`-r`) [command line option](https://nodejs.org/api/cli.html#-r---require-module) to preload dotenv. By doing this, you do not need to require and load dotenv in your application code.
140140

@@ -326,7 +326,7 @@ See [examples](https://github.com/dotenv-org/examples) of using dotenv with vari
326326
>
327327
> It is backed by [Vestauth](https://github.com/vestauth/vestauth), the trusted, pioneering auth layer for agents—giving each agent a cryptographic identity so requests are signed with private keys and verified with public keys. No shared secrets to leak.
328328
>
329-
> It's what I'm using now. - [motdotla](https://mot.la)
329+
> It's what I'm using now. - [motdotla](https://not.la)
330330
331331
### Quickstart
332332

0 commit comments

Comments
 (0)