Skip to content

Commit 34a42f4

Browse files
authored
Merge pull request #1209 from vtjl10/master
Fix Typos in Documentation and Comments
2 parents ace6a49 + c4f93c4 commit 34a42f4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

LLama.Web/wwwroot/lib/jquery-validation/dist/additional-methods.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ $.validator.addMethod( "cifES", function( value, element ) {
257257
}, "Please specify a valid CIF number." );
258258

259259
/*
260-
* Brazillian CPF number (Cadastrado de Pessoas Físicas) is the equivalent of a Brazilian tax registration number.
260+
* Brazilian CPF number (Cadastrado de Pessoas Físicas) is the equivalent of a Brazilian tax registration number.
261261
* CPF numbers have 11 digits in total: 9 numbers followed by 2 check numbers that are being used for validation.
262262
*/
263263
$.validator.addMethod( "cpfBR", function( value ) {

docs/xmldocs/llama.extensions.icontextparamsextensions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Namespace: LLama.Extensions
44

5-
Extention methods to the IContextParams interface
5+
Extension methods to the IContextParams interface
66

77
```csharp
88
public static class IContextParamsExtensions

0 commit comments

Comments
 (0)