From 2846e48263b9b4926e520bff00fbeba0ee606193 Mon Sep 17 00:00:00 2001 From: codejune Date: Wed, 25 Aug 2021 13:10:25 +0900 Subject: [PATCH] Fix typo in doc/dev/README.md * fix typo compatability to compatibility --- doc/dev/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/dev/README.md b/doc/dev/README.md index 6b3e6ce09fed..57a6f25b4138 100644 --- a/doc/dev/README.md +++ b/doc/dev/README.md @@ -7,7 +7,7 @@ Overview of the documents: - [Release](https://github.com/Azure/azure-sdk-for-python/blob/main/doc/dev/release.md) : How to release a package when ready - [Packaging](https://github.com/Azure/azure-sdk-for-python/blob/main/doc/dev/packaging.md) : How to organize packaging information for packages under `azure` - [Testing](./tests.md): How to write unit and functional tests for a library -- [Docstrings and Type hints](https://github.com/Azure/azure-sdk-for-python/blob/main/doc/dev/docstring_typehint.md): How to document an SDK for compatability with internal tools (API View) and our documentation at [MS Docs][ms_docs] and the [azure.github.io][azure_github_io] site. +- [Docstrings and Type hints](https://github.com/Azure/azure-sdk-for-python/blob/main/doc/dev/docstring_typehint.md): How to document an SDK for compatibility with internal tools (API View) and our documentation at [MS Docs][ms_docs] and the [azure.github.io][azure_github_io] site. The [mgmt](https://github.com/Azure/azure-sdk-for-python/blob/main/doc/dev/mgmt) folder contains information specific to management packages (i.e. packages prefixed by `azure-mgmt`)