From 10aae9a1cf1879fdcf7a9fc6ec6dc3110a7222df Mon Sep 17 00:00:00 2001 From: Konrad Ohms <40577406+konrad-ohms@users.noreply.github.com> Date: Fri, 2 Aug 2024 10:50:26 +0200 Subject: [PATCH] Fix typo in README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f6a8050..56ee66a 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ The Git repository you use to store configurations for the Instana host agent sh In the large majority of cases, you will likely need to version only files in the `instana/` subfolder, although some settings like repository configurations for advanced update management scenarios will require you to modify files like `mvn-settings.xml` in the root of the repository. Only the files you version will override existing configurations present in the agent, so feel free to version the minimal amount of configurations you need. -(At Instana we work really hard to ensure you need to configure anyhow as little ads possible :-) .) +(At Instana we work really hard to ensure you need to configure anyhow as little as possible :-) .) ## Git Hooks @@ -22,4 +22,4 @@ The [.github/workflows/instana-gitops-update.yml](.github/workflows/instana-gito * [Instana's Git-based Configuration Management documentation](https://www.instana.com/docs/setup_and_manage/host_agent/configuration/git_ops#with-the-api) * [Instana GitHub action for GitOps](https://github.com/instana/github-action-update-agent-configurations) -* [Githooks documentation](https://git-scm.com/docs/githooks) \ No newline at end of file +* [Githooks documentation](https://git-scm.com/docs/githooks)