Skip to content

Commit 25c31b5

Browse files
mreduarCopilot
andauthored
Apply suggestions from code review
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent 596d6cd commit 25c31b5

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

packages/random-emails/0.1.0/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Generate random but realistic-looking fake email addresses with
55

66
| Trigger | Expands to | Examples |
77
| -------- | ---------- | -------- |
8-
| `>email` | A random fake address | `eduar@gmail.com` · `j.smith@cocacola.com` · `mgarcia87@mycompany.com` |
8+
| `>email` | A random fake address | `abigail.moody3@gmail.com` · `adam@cocacola.com` · `alex.rowe72@mycompany.com` |
99

1010
Every time you type `>email`, espanso picks a fresh random address, so you get a
1111
different one each time.

packages/random-emails/0.1.0/_manifest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: "random-emails"
22
title: "Random Emails"
3-
description: Generate random but realistic-looking fake email addresses. Type >email to get an address like eduar@gmail.com, j.smith@cocacola.com or mgarcia87@mycompany.com.
3+
description: Generate random but realistic-looking fake email addresses. Type >email to get an address like abigail.moody3@gmail.com, adam@cocacola.com or alex.rowe72@mycompany.com.
44
version: 0.1.0
55
author: Eduar Bastidas
66
homepage: "https://github.com/mreduar/random-emails"

packages/random-emails/0.1.0/package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Espanso package: generates random but realistic-looking fake emails.
2-
# >email -> a random address, e.g. "eduar@gmail.com" or "j.smith@cocacola.com"
2+
# >email -> a random address, e.g. "abigail.moody3@gmail.com" or "adam@cocacola.com"
33
#
44
# The address is fake, but every part looks real: the local part combines
55
# 895 real-style usernames with 173 real email providers,

0 commit comments

Comments
 (0)