diff --git a/providers/edge3/docs/img/distributed_architecture.svg b/providers/edge3/docs/img/distributed_architecture.svg
index d75e9b385589c..1bbb56c6fce41 100644
--- a/providers/edge3/docs/img/distributed_architecture.svg
+++ b/providers/edge3/docs/img/distributed_architecture.svg
@@ -1 +1,4 @@
-
\ No newline at end of file
+
+
+
+
diff --git a/providers/edge3/docs/img/edge_package.svg b/providers/edge3/docs/img/edge_package.svg
index 38327bd72739d..24408170c9cf5 100644
--- a/providers/edge3/docs/img/edge_package.svg
+++ b/providers/edge3/docs/img/edge_package.svg
@@ -1 +1,4 @@
-
\ No newline at end of file
+
+
+
+
diff --git a/task-sdk/docs/executable-bundle-spec.rst b/task-sdk/docs/executable-bundle-spec.rst
index 7092aab9e09f1..281e398cb14cb 100644
--- a/task-sdk/docs/executable-bundle-spec.rst
+++ b/task-sdk/docs/executable-bundle-spec.rst
@@ -68,7 +68,7 @@ where ``metadata_start = file_size - 64 - metadata_len`` and
Reference Implementation
------------------------
-Below is a simple imeplementation to append the trailer with Python as a
+Below is a simple implementation to append the trailer with Python as a
reference when building your own packer. A language SDK is encouraged to
integrate trailer-packing into the build process to streamline the experience
for SDK users. Go SDK's ``airflow-go-pack`` is a good example.