mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 18:26:54 +00:00
fix(docs): Grammatical errors - missing punctuation, missing preposition, unclear wording (#53183)
This commit is contained in:
committed by
GitHub
parent
a8f2be4ca3
commit
e0027b103e
@@ -12,7 +12,7 @@ The `!important` keyword may be used to override values in some cases (e.g. acce
|
||||
|
||||
### RTL support
|
||||
|
||||
We are striving to support right-to-left (RTL) layout in the codebase for languages that are read in this direction. For this you need be mindful of how to style components. Here are some quick rules of thumb to follow:
|
||||
We are striving to support right-to-left (RTL) layout in the codebase for languages that are read in this direction. For this, you need to be mindful of how to style components. Here are some quick rules of thumb to follow:
|
||||
|
||||
- Don't use `float` properties
|
||||
- Use Flexbox and Grid layouts instead, as they have RTL support already built-in, and those will be easier to maintain and review.
|
||||
@@ -173,7 +173,7 @@ api/
|
||||
|
||||
#### Integration Tests
|
||||
|
||||
Integration tests test the API as a whole. The tests will require mocking, and should not require fixtures beyond the database seeding data, and a method to authenticate.
|
||||
Integration tests test the API as a whole. The tests will require mocking and should not require fixtures beyond the database seeding data and a method for authentication.
|
||||
|
||||
Typically, each integration test file will be directly related to a route. The integration tests are located in the `api/tests/` directory:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user