File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 2929
3030/**
3131 * The AwsEc2Detector can be used to detect if a process is running in AWS EC2
32- * and return a {@link Resource} populated with metadata about the EC2
32+ * and return a Resource populated with metadata about the EC2
3333 * instance. Returns an empty Resource if detection fails.
3434 */
3535class Ec2Detector
@@ -53,8 +53,8 @@ public function __construct(Client $guzzle)
5353
5454 /**
5555 * Attempts to connect and obtain an AWS instance Identity document. If the
56- * connection is succesful it returns a {@link Resource}
57- * populated with instance metadata. Returns an empty {@link Resource}
56+ * connection is succesful it returns a Resource
57+ * populated with instance metadata. Returns an empty Resource
5858 * if the connection or parsing of the identity document fails.
5959 *
6060 * @param config (unused) The resource detection config
You can’t perform that action at this time.
0 commit comments