From 92ed9e36bc863c7003936ec7412d82699f702689 Mon Sep 17 00:00:00 2001 From: Ryan Erickson Date: Tue, 25 Aug 2020 11:25:08 -0700 Subject: [PATCH] Fix typos in README.md Found a few typos while reading the FAQ and learning how to run tests - thanks a ton for all your work on this awesome project! --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 912e2540c4..777595455e 100644 --- a/README.md +++ b/README.md @@ -384,7 +384,7 @@ happen. That includes updating the index file appropriately and adding proper ra _Why don't you grab all of the data in the template?_ There is no intention for ntc-templates to become feature complete, some of the data is less interesting, or can be better understood from -other commands. This is actually an area where the project choose to be loose, as we do not want to over-burden the contributor. If you feel +other commands. This is actually an area where the project chose to be loose, as we do not want to over-burden the contributor. If you feel that the additional data should be added, you are welcome to add the feature, but it would not be considered a bug, and thus not supported by the maintainers of the this project. @@ -404,7 +404,7 @@ The most likely reasons are: * Did not provide the data required to act upon the request. * A prolonged time with no response. -_What is meant that the is a parsing project, not a data modeling project?_ +_What is meant that this is a parsing project, not a data modeling project?_ The project intends to parse, meaning post processing is assumed in order to normalize the data. This project does not intend to solve that problem set. This is often noted in keys being different between the same command on multiple OS's. This was not intentional as at first there was not strict enforcement. That being said, there is no intention to retrofit this use case for the above stated reasons. This use case is @@ -422,4 +422,4 @@ to take in qualified Pull Requests to have the feature, but have no intention of _Can you provide general guidance?_ -This is best handled via real time communication. Feel free to join our slack community (sign up information above) and reach out on the #networktocode channel. Please be aware of timezones, downtimes, and help is performed based on goodwill and timing, and not guaranteed. \ No newline at end of file +This is best handled via real time communication. Feel free to join our slack community (sign up information above) and reach out on the #networktocode channel. Please be aware of timezones, downtimes, and help is performed based on goodwill and timing, and not guaranteed.