Skip to content

Commit 3e1fcbd

Browse files
Fix typos in code comments (TraceMachina#1190)
Fixed a typo in `Dockerfile` and updated the wrong comment line in `simple_prometheus_test.sh.
1 parent bddee33 commit 3e1fcbd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

deployment-examples/docker-compose/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ ARG OS_VERSION=22.04
1818
ARG OPT_LEVEL=opt
1919
# Additional bazel flags.
2020
ARG ADDITIONAL_BAZEL_FLAGS=
21-
# Bash arguments my be passed in here to install any additional dependencies
21+
# Bash arguments may be passed in here to install any additional dependencies
2222
# needed by the user. Useful if your worker needs specific dependencies installed.
2323
ARG ADDITIONAL_SETUP_WORKER_CMD=
2424

integration_tests/simple_prometheus_test.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515

16-
# This is a sanity check test to ensure we are caching test results.
16+
# This is a sanity check test to ensure prometheus metrics server is working.
1717

1818
if [[ $UNDER_TEST_RUNNER -ne 1 ]]; then
1919
echo "This script should be run under run_integration_tests.sh"

0 commit comments

Comments
 (0)