From 95ae34f2eec508f081b866e222793272a4e09ef5 Mon Sep 17 00:00:00 2001 From: 0xflotus <0xflotus@gmail.com> Date: Sat, 24 Dec 2022 03:16:05 +0100 Subject: [PATCH] fix: small typo error --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7b53e96..d53a228 100644 --- a/README.md +++ b/README.md @@ -97,7 +97,7 @@ WARNING: running the above query will cost you **lots** of money (over $20 per f When this is ran on for Rails routes, Commonspeak2 does the following: 1) Pulls Rails routes from `config/routes.rb` using Regex and the latest Github dataset. -2) Processes the data, converts it into paths and does contexual replacements to make the path valid (i.e. converting `/:id` to `/1234`) +2) Processes the data, converts it into paths and does contextual replacements to make the path valid (i.e. converting `/:id` to `/1234`) 3) Normalizes the path, finally saving to disk after all the processing is complete. **Scheduled Wordlist Generation**