Skip to content

Commit f638e77

Browse files
committed
Fixed Typo in README.md
1 parent 6a32211 commit f638e77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/ips/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ This folder contains various examples on using the IPs endpoint of SendGrid with
1414
* [Add an IP to warmup (POST /ips/warmup)](AddToWarmup.java)
1515
* [Retrieve all IPs currently in warmup (GET /ips/warmup)](RetrieveIPsInWarmup.java)
1616
* [Retrieve warmup status for a specific IP address (GET /ips/warmup/{ip_address})](RetrieveWarmupStatus.java)
17-
* [Remove an IP from warmup (DELETE /ips/warmup/{ip_address})](RemoveFromwarmup.java)
17+
* [Remove an IP from warmup (DELETE /ips/warmup/{ip_address})](RemoveFromWarmup.java)
1818
* [Retrieve all IP pools an IP address belongs to (GET /ips/{ip_address})](RetrievePoolsForIP.java)

0 commit comments

Comments
 (0)